Class DialogNodeVisitedDetails

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

public class DialogNodeVisitedDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodeVisitedDetails.
  • Method Details

    • newBuilder

      public DialogNodeVisitedDetails.Builder newBuilder()
      New builder.
      Returns:
      a DialogNodeVisitedDetails builder
    • dialogNode

      public String dialogNode()
      Gets the dialogNode.

      The unique ID of a dialog node that was triggered during processing of the input message.

      Returns:
      the dialogNode
    • title

      public String title()
      Gets the title.

      The title of the dialog node.

      Returns:
      the title
    • conditions

      public String conditions()
      Gets the conditions.

      The conditions that trigger the dialog node.

      Returns:
      the conditions