Class GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
Plays audio from a file in Telephony Gateway.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio : IDirectResponseSchema
Properties
AudioUri
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-@gcp-sa-dialogflow.iam.gserviceaccount.com
service account where 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.
Declaration
[JsonProperty("audioUri")]
public virtual string AudioUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |