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 Summary
Modifier and Type Method Description StringgetAction()Gets the action.StringgetDialogNode()Gets the dialogNode.StringgetHandler()Gets the handler.StringgetStep()Gets the step.StringgetType()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getType
Gets the type.A string that indicates the type of dialog element that generated the error message.
- Returns:
- the type
-
getDialogNode
Gets the dialogNode.The unique identifier of the dialog node that generated the error message.
- Returns:
- the dialogNode
-
getAction
Gets the action.The unique identifier of the action that generated the error message.
- Returns:
- the action
-
getStep
Gets the step.The unique identifier of the step that generated the error message.
- Returns:
- the step
-
getHandler
Gets the handler.The unique identifier of the handler that generated the error message.
- Returns:
- the handler
-