Class LogMessageSource

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.LogMessageSource
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
Direct Known Subclasses:
LogMessageSourceAction, LogMessageSourceDialogNode, LogMessageSourceHandler, LogMessageSourceStep

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

Classes which extend this class: - LogMessageSourceDialogNode - LogMessageSourceAction - LogMessageSourceStep - LogMessageSourceHandler

  • Method Details

    • getType

      public String getType()
      Gets the type.

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

      Returns:
      the type
    • getDialogNode

      public String getDialogNode()
      Gets the dialogNode.

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

      Returns:
      the dialogNode
    • getAction

      public String getAction()
      Gets the action.

      The unique identifier of the action that generated the error message.

      Returns:
      the action
    • getStep

      public String getStep()
      Gets the step.

      The unique identifier of the step that generated the error message.

      Returns:
      the step
    • getHandler

      public String getHandler()
      Gets the handler.

      The unique identifier of the handler that generated the error message.

      Returns:
      the handler