Component call node

A component call node allows a dialog flow to enter another component and is also the point of return from that component. In a node object literal, the component call node element is identified with this key: componentNode.

Elements of a component call node object literal
Element Type Description
name String Name of the node (see Naming guidelines)
description String Description of the node (maximum 1000 characters)
componentId String UUID of the component to invoke
processingItems Processing item group object Processing items to perform upon return from the component (supports elements of type transition only)
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
  Component call node example