replyAudio property

GoogleCloudDialogflowV2OutputAudio? replyAudio
getter/setter pair

The audio data bytes encoded as specified in the request.

This field is set if: - reply_audio_config was specified in the request, or - The automated agent responded with audio to play to the user. In such case, reply_audio.config contains settings used to synthesize the speech. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

Implementation

GoogleCloudDialogflowV2OutputAudio? replyAudio;