Class Intent.Message.TelephonyPlayAudio.Builder (4.89.0)

public static final class Intent.Message.TelephonyPlayAudio.Builder extends GeneratedMessage.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

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.

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 GeneratedMessage.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

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.