public static interface Intent.Message.SimpleResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayText()
Optional.
|
ByteString |
getDisplayTextBytes()
Optional.
|
String |
getSsml()
One of text_to_speech or ssml must be provided.
|
ByteString |
getSsmlBytes()
One of text_to_speech or ssml must be provided.
|
String |
getTextToSpeech()
One of text_to_speech or ssml must be provided.
|
ByteString |
getTextToSpeechBytes()
One of text_to_speech or ssml must be provided.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
String getDisplayText()
Optional. The text to display.
string display_text = 3 [(.google.api.field_behavior) = OPTIONAL];
ByteString getDisplayTextBytes()
Optional. The text to display.
string display_text = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.