Class TelephonyPlayAudio (2.15.0)

TelephonyPlayAudio(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Plays audio from a file in Telephony Gateway.

Attribute

NameDescription
audio_uri str
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-

Inheritance

builtins.object > proto.message.Message > TelephonyPlayAudio