Class LogMessageSource
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.LogMessageSource
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LogMessageSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object that identifies the dialog element that generated the error message.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogMessageSource.Builder
Builder.static interface
LogMessageSource.Type
A string that indicates the type of dialog element that generated the error message. -
Method Summary
Modifier and Type Method Description String
dialogNode()
Gets the dialogNode.LogMessageSource.Builder
newBuilder()
New builder.String
type()
Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a LogMessageSource builder
-
type
Gets the type.A string that indicates the type of dialog element that generated the error message.
- Returns:
- the type
-
dialogNode
Gets the dialogNode.The unique identifier of the dialog node that generated the error message.
- Returns:
- the dialogNode
-