public class LogMessageSource
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
LogMessageSource.Builder
Builder.
|
static interface |
LogMessageSource.Type
A string that indicates the type of dialog element that generated the error message.
|
Modifier and Type | Method and Description |
---|---|
String |
dialogNode()
Gets the dialogNode.
|
LogMessageSource.Builder |
newBuilder()
New builder.
|
String |
type()
Gets the type.
|
public LogMessageSource.Builder newBuilder()
public String type()
A string that indicates the type of dialog element that generated the error message.
public String dialogNode()
The unique identifier of the dialog node that generated the error message.
Copyright © 2023 IBM Cloud. All rights reserved.