Class DialogNodesVisited

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.DialogNodesVisited
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DialogNodesVisited
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodesVisited.
  • Constructor Details

    • DialogNodesVisited

      public DialogNodesVisited()
  • Method Details

    • getDialogNode

      public String getDialogNode()
      Gets the dialogNode.

      A dialog node that was triggered during processing of the input message.

      Returns:
      the dialogNode
    • getTitle

      public String getTitle()
      Gets the title.

      The title of the dialog node.

      Returns:
      the title
    • getConditions

      public String getConditions()
      Gets the conditions.

      The conditions that trigger the dialog node.

      Returns:
      the conditions