Class LogMessage

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

public class LogMessage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Log message details.
  • Method Details

    • newBuilder

      public LogMessage.Builder newBuilder()
      New builder.
      Returns:
      a LogMessage builder
    • level

      public String level()
      Gets the level.

      The severity of the log message.

      Returns:
      the level
    • msg

      public String msg()
      Gets the msg.

      The text of the log message.

      Returns:
      the msg
    • code

      public String code()
      Gets the code.

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

      Returns:
      the code
    • source

      public LogMessageSource source()
      Gets the source.

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

      Returns:
      the source