Class DialogLogMessage

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

public class DialogLogMessage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Dialog log message details.
  • Constructor Details

    • DialogLogMessage

      public DialogLogMessage()
  • Method Details

    • getLevel

      public String getLevel()
      Gets the level.

      The severity of the log message.

      Returns:
      the level
    • getMessage

      public String getMessage()
      Gets the message.

      The text of the log message.

      Returns:
      the message
    • getCode

      public String getCode()
      Gets the code.

      A code that indicates the category to which the error message belongs.

      Returns:
      the code
    • getSource

      public LogMessageSource getSource()
      Gets the source.

      An object that identifies the dialog element that generated the error message.

      Returns:
      the source