-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Node Config
{
title: "Send Chatbot Response",
category: "output",
type: "chatbot_msg_send",
icon: {},
desc: "Send a response to your chat bot chat",
inputs: [
{
desc: "The flow of the workflow",
name: "Flow",
type: "Flow",
},
{
desc: "Text to send",
name: "Message",
type: "Text",
},
],
outputs: [
{
desc: "The final output object of chat bot",
name: "Result",
type: "JSON"
},
],
fields: [
{
desc: "Text to send",
name: "Message",
type: "TextArea",
value: "text here ...",
},
],
difficulty: "easy",
tags: ["output", "chat", "bot"],
}Additional Information
Long Description:
Send a response to your chat UI corresponding to the workflow that has the chat trigger..
Use Cases:
- Send a message to use the chat UI as a normal chat window for your agent
- Send confirmation messages
- Send information from your workflow to the UI
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation