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
Static Fields
AUDIO_URI_FIELD_NUMBER
public static final int AUDIO_URI_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Intent.Message.TelephonyPlayAudio getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Intent.Message.TelephonyPlayAudio.Builder newBuilder()
Returns
newBuilder(Intent.Message.TelephonyPlayAudio prototype)
public static Intent.Message.TelephonyPlayAudio.Builder newBuilder(Intent.Message.TelephonyPlayAudio prototype)
Parameter
Returns
public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Intent.Message.TelephonyPlayAudio parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.TelephonyPlayAudio parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Intent.Message.TelephonyPlayAudio> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
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
getDefaultInstanceForType()
public Intent.Message.TelephonyPlayAudio getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Intent.Message.TelephonyPlayAudio> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Intent.Message.TelephonyPlayAudio.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.TelephonyPlayAudio.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Intent.Message.TelephonyPlayAudio.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions