Skip to main content
Updated in 2025.20

Description

You can use the Get Transcript Node to provide conversation scripts to AI Agents and improve their performance or for further processing of the conversation with the user. The Get Transcript Node creates a transcript object in the Input object that you can use to:
  • Provide targeted context to the AI Agent and prevent LLM hallucinations when a user wants to check the status of multiple orders.
  • Send a summary of the interaction between the user and the AI Agent to your CRM system.

Restrictions

Parameters

ParameterTypeDescription
LimitSliderSets the number of transcript steps to include. Each step is an input from any participant in the conversation. For example, if you specify 1, only the last input is included in the transcript. This input can be, for instance, an AI Agent’s message if it was the last in the conversation.

Advanced

ParameterTypeDescription
Include Rich Media ContextToggleControls whether the text from the Textual Description field in Say, Question, and Optional Questions Nodes is added to the transcript object. This text provides AI Agents with additional information, improving their responses.

If you have filled in a Textual Description field in other Nodes, this text is added to the transcript as context for rich media, such as Text with Quick Replies. If the Textual Description field is empty, the button titles and alt text from the rich media are added to the transcript. By default, the Include Rich Media Context parameter is active. When this parameter is inactive, nothing related to the rich media is added to the transcript.

Examples:
  • If Textual Description is filled in:

    Textual Description: Select your preferred delivery option: Standard Delivery or Express Delivery.

    Quick Replies buttons: Standard Delivery, Express Delivery.

    Context added to the transcript: Select your preferred delivery option: Standard Delivery or Express Delivery.

  • If Textual Description is empty:

    Textual Description: empty.

    Quick Replies buttons: Standard Delivery, Express Delivery.

    Context added to the transcript: Standard Delivery, Express Delivery.

  • If Include Rich Media Context is inactive:

    No information related to the rich media is added to the transcript.

Storage

ParameterTypeDescription
Store LocationSelectorSets where to save the result:
  • Input — stores the result in the Input object.
  • Context — stores the result in the Context object.
Input KeyCognigyScriptThe parameter appears when Input is selected. The result is stored in the transcript Input object by default. You can specify another key.
Context KeyCognigyScriptThe parameter appears when Context is selected. The result is stored in the transcript Context object by default. You can specify another key.

Provide Conversation Transcripts to AI Agents

To provide the transcript to AI Agents, add the Get Transcript Node before one of the following Nodes:

More Information