Class Intent.Message.TelephonyPlayAudio.Builder (4.49.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Intent.Message.TelephonyPlayAudio.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides

build()

public Intent.Message.TelephonyPlayAudio build()
Returns
Type Description
Intent.Message.TelephonyPlayAudio

buildPartial()

public Intent.Message.TelephonyPlayAudio buildPartial()
Returns
Type Description
Intent.Message.TelephonyPlayAudio

clear()

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

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Intent.Message.TelephonyPlayAudio.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Intent.Message.TelephonyPlayAudio.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides

clone()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Intent.Message.TelephonyPlayAudio other)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Intent.Message.TelephonyPlayAudio other)
Parameter
Name Description
other Intent.Message.TelephonyPlayAudio
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Intent.Message.TelephonyPlayAudio.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Intent.Message.TelephonyPlayAudio.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
value String

The audioUri to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for audioUri to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Intent.Message.TelephonyPlayAudio.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Intent.Message.TelephonyPlayAudio.Builder
Overrides