Execute the specified target when button is clicked.
Target can be either a step or a story.
Available on :
- Clustaar Webchat
Attribute | Type | Required | Description |
---|---|---|---|
type | string | ✓ | always go_to_action |
target.type | string | ✓ | target type (step or story ) |
target.id | string | ✓ | target ID |
sessionValues | object | ✓ | values added to session if button is clicked |
{
"type": "go_to_action",
"sessionValues": {
"key": "value"
},
"target": {
"type": "step",
"id": "12"
}
}