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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUDIO_URI_FIELD_NUMBER
public static final int AUDIO_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Intent.Message.TelephonyPlayAudio getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Intent.Message.TelephonyPlayAudio.Builder newBuilder()
newBuilder(Intent.Message.TelephonyPlayAudio prototype)
public static Intent.Message.TelephonyPlayAudio.Builder newBuilder(Intent.Message.TelephonyPlayAudio prototype)
public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input)
public static Intent.Message.TelephonyPlayAudio parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(CodedInputStream input)
public static Intent.Message.TelephonyPlayAudio parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input)
public static Intent.Message.TelephonyPlayAudio parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.TelephonyPlayAudio parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Intent.Message.TelephonyPlayAudio> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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()
getParserForType()
public Parser<Intent.Message.TelephonyPlayAudio> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Intent.Message.TelephonyPlayAudio.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.TelephonyPlayAudio.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Intent.Message.TelephonyPlayAudio.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides