Skip to main content

ConversationVariable

Conversation variable definition.

nameName (string)required
typeType (string)required

Possible values: [string, number, boolean, array, object]

descriptionDescription (string)required
defaultDefault
ConversationVariable
{
"name": "string",
"type": "string",
"description": "string"
}