public class DialogNodeOutputOptionsElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DialogNodeOutputOptionsElement.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
label()
Gets the label.
|
DialogNodeOutputOptionsElement.Builder |
newBuilder()
New builder.
|
DialogNodeOutputOptionsElementValue |
value()
Gets the value.
|
public DialogNodeOutputOptionsElement.Builder newBuilder()
public String label()
The user-facing label for the option.
public DialogNodeOutputOptionsElementValue value()
An object defining the message input to be sent to the Watson Assistant service if the user selects the corresponding option.
Copyright © 2024 IBM Cloud. All rights reserved.