Class LogMessageSource

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

public class LogMessageSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object that identifies the dialog element that generated the error message.
  • Method Details

    • newBuilder

      public LogMessageSource.Builder newBuilder()
      New builder.
      Returns:
      a LogMessageSource builder
    • type

      public String type()
      Gets the type.

      A string that indicates the type of dialog element that generated the error message.

      Returns:
      the type
    • dialogNode

      public String dialogNode()
      Gets the dialogNode.

      The unique identifier of the dialog node that generated the error message.

      Returns:
      the dialogNode