Class Intent.Message.TelephonyPlayAudio.Builder (4.36.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Intent.Message.TelephonyPlayAudio.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

build()

public Intent.Message.TelephonyPlayAudio build()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio

buildPartial()

public Intent.Message.TelephonyPlayAudio buildPartial()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio

clear()

public Intent.Message.TelephonyPlayAudio.Builder clear()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
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
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Intent.Message.TelephonyPlayAudio.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Intent.Message.TelephonyPlayAudio.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

clone()

public Intent.Message.TelephonyPlayAudio.Builder clone()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
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
TypeDescription
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
TypeDescription
ByteString

The bytes for audioUri.

getDefaultInstanceForType()

public Intent.Message.TelephonyPlayAudio getDefaultInstanceForType()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Intent.Message.TelephonyPlayAudio other)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Intent.Message.TelephonyPlayAudio other)
Parameter
NameDescription
otherIntent.Message.TelephonyPlayAudio
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Intent.Message.TelephonyPlayAudio.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
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
NameDescription
valueString

The audioUri to set.

Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for audioUri to set.

Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Intent.Message.TelephonyPlayAudio.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Intent.Message.TelephonyPlayAudio.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Intent.Message.TelephonyPlayAudio.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides