Add Transcript Steps¶
Description¶
Warning
This Node is not compatible with the @cognigyRecentConversation
and @cognigyRecentUserInputs
tags in the LLM Prompt Node.
The Add Transcript Steps Node lets you add a step for one of the conversation actor's to simulate an input or output.
Settings¶
Parameter | Type | Description |
---|---|---|
Role | Selector | Define the role of the entity interacting with the system. Select one of the following roles: - User — the end user who initiates the interaction.- Assistant — the AI Agent responsible for processing the request and providing a response.- Agent — the human agent involved in the conversation, usually in a support or service capacity.- System — the Cognigy.AI system managing the conversation Flow.- Tool — the tool used by the AI Agent to fulfill a task, such as accessing external APIs or databases. |
Type | Selector | Only the Input type is available. This type means the provided data will be processed as text input. |
Text | CognigyScript | Add content to be used as input for the system. The AI Agent processes and analyzes this text for tasks such as intent recognition, response generation, or other tasks depending on the configuration. |
Data | JSON | Include additional structured information that complements the content from the Text field. For example, { "type": "motivational" } can be used to categorize the input or provide context to influence how the system processes the text. |