public static interface Intent.Message.SimpleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayText()
Optional.
|
com.google.protobuf.ByteString |
getDisplayTextBytes()
Optional.
|
java.lang.String |
getSsml()
One of text_to_speech or ssml must be provided.
|
com.google.protobuf.ByteString |
getSsmlBytes()
One of text_to_speech or ssml must be provided.
|
java.lang.String |
getTextToSpeech()
One of text_to_speech or ssml must be provided.
|
com.google.protobuf.ByteString |
getTextToSpeechBytes()
One of text_to_speech or ssml must be provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getTextToSpeech()
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
string text_to_speech = 1;com.google.protobuf.ByteString getTextToSpeechBytes()
One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
string text_to_speech = 1;java.lang.String getSsml()
One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
string ssml = 2;com.google.protobuf.ByteString getSsmlBytes()
One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
string ssml = 2;java.lang.String getDisplayText()
Optional. The text to display.
string display_text = 3;com.google.protobuf.ByteString getDisplayTextBytes()
Optional. The text to display.
string display_text = 3;