Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

Updated in 2025.20
Get Transcript Node

Description

You can use the Get Transcript Node to retrieve the conversation transcript for further processing. The Get Transcript Node creates a transcript object in the Input object that you can use to:
  • Access or modify the transcript before passing it to an AI Agent or LLM Prompt Node, for example, to filter out irrelevant messages or prevent LLM hallucinations.
  • 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

The AI Agent Node and the LLM Prompt Node (when Use Single Prompt Mode in Advanced is deactivated) automatically access the conversation transcript without additional setup. To modify the transcript before it is processed by one of these Nodes, place the Get Transcript Node above them in the Flow editor:

More Information