An array of objects describing any actions requested by the dialog node.
Whether to return more than one intent. A value of true
indicates that all matching intents are returned.
State information for the conversation. To maintain state, include the context from the previous response.
Entities to use when evaluating the message. Include entities from the previous response to continue using those entities rather than detecting entities in the new input.
An input object that includes the input text.
Intents to use when evaluating the user input. Include intents from the previous response to continue using those intents rather than trying to recognize intents in the new input.
An output object that includes the response to the user, the dialog nodes that were triggered, and messages from the log.
Generated using TypeDoc
A request sent to the workspace, including the user input and context.