Class DialogNodeOutputTextValuesElement
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeOutputTextValuesElement
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeOutputTextValuesElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodeOutputTextValuesElement.
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDialogNodeOutputTextValuesElement.BuilderBuilder. - 
Method Summary
Modifier and Type Method Description DialogNodeOutputTextValuesElement.BuildernewBuilder()New builder.Stringtext()Gets the text.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a DialogNodeOutputTextValuesElement builder
 
 - 
text
Gets the text.The text of a response. This string can include newline characters (`\n`), Markdown tagging, or other special characters, if supported by the channel.
- Returns:
 - the text
 
 
 -