public class LogMessageSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Classes which extend this class: - LogMessageSourceDialogNode - LogMessageSourceAction - LogMessageSourceStep - LogMessageSourceHandler
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the action.
|
String |
getDialogNode()
Gets the dialogNode.
|
String |
getHandler()
Gets the handler.
|
String |
getStep()
Gets the step.
|
String |
getType()
Gets the type.
|
public String getType()
A string that indicates the type of dialog element that generated the error message.
public String getDialogNode()
The unique identifier of the dialog node that generated the error message.
public String getAction()
The unique identifier of the action that generated the error message.
public String getStep()
The unique identifier of the step that generated the error message.
public String getHandler()
The unique identifier of the handler that generated the error message.
Copyright © 2024 IBM Cloud. All rights reserved.