Skip to main content

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. For example, use the Get Transcript Node 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 context is added to the transcript. In this case, context refers to text extracted from rich media such as Text with Buttons, Quick Replies, and other types. This text provides AI Agents with additional information, improving their responses.

If the Textual Description parameter in the Say, Question, or Optional Question Node is filled, the context is taken only from this parameter. If the Textual Description parameter is empty, the context is taken from the button titles and alt text in the rich media. By default, the Include Rich Media Context parameter is active. When this parameter is inactive, no context is added.

Examples:
  • If Textual Description is filled:

    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 context 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

โŒ˜I