NCDialogFlowItem
An item of the dialog flow. Dialog flow is a chronologically ordered list of dialog flow items. Each item represents a snapshot of winning intent's match and its associated data. List of dialog flow items is passed into a custom user-defined dialog flow match method.
- See also:
- Source:
- NCDialogFlowItem.scala
Value members
Abstract methods
Gets the intent match container.
Gets the intent match container.
- Returns:
Intent match container.
- Source:
- NCDialogFlowItem.scala
Gets the input request descriptor.
Gets the input request descriptor.
- Returns:
Input request descriptor.
- Source:
- NCDialogFlowItem.scala
Gets the optional winning intent's result. Note that result is not available if the caller used NCModelClient.debugAsk method to initiate the request.
Gets the optional winning intent's result. Note that result is not available if the caller used NCModelClient.debugAsk method to initiate the request.
- Returns:
Winning intent's result.
- Source:
- NCDialogFlowItem.scala