Message node

A message node is used to play or display a message. In a node object literal, the message node element is identified with this key: messageNode.

Elements of a message node object literal
Element Type Description
name String Name of the node (see Naming guidelines)
description String Description of the node (maximum 1000 characters)
processingItems Processing item group object List of processing items
view View object Formatting information to pass to the client application for messages—supported via Dialog gRPC API only
nodeSettingOverride Array of node setting overrides Indicates whether barge-in is disabled at this message node; otherwise, empty
processingItemsId String UUID of the processing item group
timestamp String Date and time of the last modification
  Message node example