public static final class Intent.Message.TelephonyPlayAudio.Builder extends GeneratedMessageV3.Builder<Intent.Message.TelephonyPlayAudio.Builder> implements Intent.Message.TelephonyPlayAudioOrBuilder
Plays audio from a file in Telephony Gateway.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyPlayAudio
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Intent.Message.TelephonyPlayAudio.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public Intent.Message.TelephonyPlayAudio build()
Returns
buildPartial()
public Intent.Message.TelephonyPlayAudio buildPartial()
Returns
clear()
public Intent.Message.TelephonyPlayAudio.Builder clear()
Returns
Overrides
clearAudioUri()
public Intent.Message.TelephonyPlayAudio.Builder clearAudioUri()
Required. URI to a Google Cloud Storage object containing the audio to
play, e.g., "gs://bucket/object". The object must contain a single
channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz.
This object must be readable by the service-<Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
service account
where <Project Number> is the number of the Telephony Gateway project
(usually the same as the Dialogflow agent project). If the Google Cloud
Storage bucket is in the Telephony Gateway project, this permission is
added by default when enabling the Dialogflow V2 API.
For audio from other sources, consider using the
TelephonySynthesizeSpeech
message with SSML.
string audio_uri = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public Intent.Message.TelephonyPlayAudio.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Intent.Message.TelephonyPlayAudio.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public Intent.Message.TelephonyPlayAudio.Builder clone()
Returns
Overrides
getAudioUri()
public String getAudioUri()
Required. URI to a Google Cloud Storage object containing the audio to
play, e.g., "gs://bucket/object". The object must contain a single
channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz.
This object must be readable by the service-<Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
service account
where <Project Number> is the number of the Telephony Gateway project
(usually the same as the Dialogflow agent project). If the Google Cloud
Storage bucket is in the Telephony Gateway project, this permission is
added by default when enabling the Dialogflow V2 API.
For audio from other sources, consider using the
TelephonySynthesizeSpeech
message with SSML.
string audio_uri = 1;
Returns
Type |
Description |
String |
The audioUri.
|
getAudioUriBytes()
public ByteString getAudioUriBytes()
Required. URI to a Google Cloud Storage object containing the audio to
play, e.g., "gs://bucket/object". The object must contain a single
channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz.
This object must be readable by the service-<Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
service account
where <Project Number> is the number of the Telephony Gateway project
(usually the same as the Dialogflow agent project). If the Google Cloud
Storage bucket is in the Telephony Gateway project, this permission is
added by default when enabling the Dialogflow V2 API.
For audio from other sources, consider using the
TelephonySynthesizeSpeech
message with SSML.
string audio_uri = 1;
Returns
Type |
Description |
ByteString |
The bytes for audioUri.
|
getDefaultInstanceForType()
public Intent.Message.TelephonyPlayAudio getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Intent.Message.TelephonyPlayAudio other)
public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Intent.Message.TelephonyPlayAudio other)
Parameter
Returns
public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Intent.Message.TelephonyPlayAudio.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setAudioUri(String value)
public Intent.Message.TelephonyPlayAudio.Builder setAudioUri(String value)
Required. URI to a Google Cloud Storage object containing the audio to
play, e.g., "gs://bucket/object". The object must contain a single
channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz.
This object must be readable by the service-<Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
service account
where <Project Number> is the number of the Telephony Gateway project
(usually the same as the Dialogflow agent project). If the Google Cloud
Storage bucket is in the Telephony Gateway project, this permission is
added by default when enabling the Dialogflow V2 API.
For audio from other sources, consider using the
TelephonySynthesizeSpeech
message with SSML.
string audio_uri = 1;
Parameter
Name |
Description |
value |
String
The audioUri to set.
|
Returns
setAudioUriBytes(ByteString value)
public Intent.Message.TelephonyPlayAudio.Builder setAudioUriBytes(ByteString value)
Required. URI to a Google Cloud Storage object containing the audio to
play, e.g., "gs://bucket/object". The object must contain a single
channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz.
This object must be readable by the service-<Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
service account
where <Project Number> is the number of the Telephony Gateway project
(usually the same as the Dialogflow agent project). If the Google Cloud
Storage bucket is in the Telephony Gateway project, this permission is
added by default when enabling the Dialogflow V2 API.
For audio from other sources, consider using the
TelephonySynthesizeSpeech
message with SSML.
string audio_uri = 1;
Parameter
Name |
Description |
value |
ByteString
The bytes for audioUri to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Intent.Message.TelephonyPlayAudio.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Intent.Message.TelephonyPlayAudio.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Intent.Message.TelephonyPlayAudio.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides