A target represents a destination in the bot configuration, which will handle the continuity of the conversation.
It is used by GoTo button action to know where to go when the button is clicked.
Attribute | Type | Required | Description |
---|---|---|---|
type | string | ✓ | can be one of step , story |
id | string | ✓ | ID of the step or story to target |
{
"id": "507f1f77bcf86cd799439011",
"type": "step"
}