public class DialogNodeOutputTextValuesElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DialogNodeOutputTextValuesElement.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text |
Modifier | Constructor and Description |
---|---|
protected |
DialogNodeOutputTextValuesElement(DialogNodeOutputTextValuesElement.Builder builder) |
Modifier and Type | Method and Description |
---|---|
DialogNodeOutputTextValuesElement.Builder |
newBuilder()
New builder.
|
java.lang.String |
text()
Gets the text.
|
protected DialogNodeOutputTextValuesElement(DialogNodeOutputTextValuesElement.Builder builder)
public DialogNodeOutputTextValuesElement.Builder newBuilder()
public java.lang.String text()
The text of a response. This string can include newline characters (`\n`), Markdown tagging, or other special characters, if supported by the channel.