Class Intent.Message.TelephonyPlayAudio (4.47.0)

public static final class Intent.Message.TelephonyPlayAudio extends GeneratedMessageV3 implements Intent.Message.TelephonyPlayAudioOrBuilder

Plays audio from a file in Telephony Gateway.

Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.TelephonyPlayAudio

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Intent.Message.TelephonyPlayAudio

Static Fields

AUDIO_URI_FIELD_NUMBER

public static final int AUDIO_URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Intent.Message.TelephonyPlayAudio getDefaultInstance()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio

getDescriptor()

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

newBuilder()

public static Intent.Message.TelephonyPlayAudio.Builder newBuilder()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

newBuilder(Intent.Message.TelephonyPlayAudio prototype)

public static Intent.Message.TelephonyPlayAudio.Builder newBuilder(Intent.Message.TelephonyPlayAudio prototype)
Parameter
NameDescription
prototypeIntent.Message.TelephonyPlayAudio
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

parseDelimitedFrom(InputStream input)

public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Intent.Message.TelephonyPlayAudio parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Intent.Message.TelephonyPlayAudio> parser()
Returns
TypeDescription
Parser<TelephonyPlayAudio>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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

getParserForType()

public Parser<Intent.Message.TelephonyPlayAudio> getParserForType()
Returns
TypeDescription
Parser<TelephonyPlayAudio>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Intent.Message.TelephonyPlayAudio.Builder newBuilderForType()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Intent.Message.TelephonyPlayAudio.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Intent.Message.TelephonyPlayAudio.Builder toBuilder()
Returns
TypeDescription
Intent.Message.TelephonyPlayAudio.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException