public sealed class ResponseMessage.Types.MixedAudio : IMessage<ResponseMessage.Types.MixedAudio>, IEquatable<ResponseMessage.Types.MixedAudio>, IDeepCloneable<ResponseMessage.Types.MixedAudio>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ResponseMessage.Types.MixedAudio.
Represents an audio message that is composed of both segments
synthesized from the Dialogflow agent prompts and ones hosted externally
at the specified URIs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference details for the `ResponseMessage.Types.MixedAudio` class within the Google Cloud Dialogflow v2beta1 API."],["`ResponseMessage.Types.MixedAudio` represents an audio message that combines agent-synthesized audio segments with externally hosted audio at specified URIs."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer management."],["The `MixedAudio` class has properties, including `Segments`, which is a `RepeatedField` that contains a list of segments that make up the audio response."]]],[]]