Start or Enter node

The Start node represents the beginning of an application, and an Enter node represents the beginning of a component. In a node object literal, the Start node and the Enter node are both identified with this key: startNode.

Elements of a Start or Enter node object literal
Element Type Description
name String Name of the node (always “start”)
description String Description of the node (maximum 1000 characters)
processingItems Processing item group object Processing items to perform (elements of type action only)
nodeId String UUID of the next node in the dialog flow
processingItemsId String UUID of the processing item group
timestamp String Date and time of the last modification, in this format: YYYY-MM-DD hh:mm:ssZ—for example, 2019-08-21T08:34:27Z
  Start node example