public static interface Intent.Message.SimpleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText()
Optional.
|
com.google.protobuf.ByteString |
getDisplayTextBytes()
Optional.
|
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.
|
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, hasOneofString 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;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;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;Copyright © 2023 Google LLC. All rights reserved.