Target

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.

AttributeTypeRequiredDescription
typestringcan be one of step, story
idstringID of the step or story to target
{
    "id": "507f1f77bcf86cd799439011",
    "type": "step"
}