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 Dialogflow v3 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.
The external URIs are specified via
[play_audio][google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio].
This message is generated by Dialogflow only and not supposed to be
defined by the user.
[[["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-04-09 UTC."],[[["The page provides reference documentation for the `ResponseMessage.Types.MixedAudio` class in the Dialogflow v3 API, with the latest version being 2.23.0."],["`ResponseMessage.Types.MixedAudio` represents an audio message composed of segments synthesized from Dialogflow agent prompts and externally hosted URIs, generated exclusively by Dialogflow."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class includes properties like `Segments`, which is a `RepeatedField` containing the segments that compose the audio response, and it also defines constructors for creating instances of this class, as well as listing the implemented and inherited members."],["Multiple versions of the `MixedAudio` class are documented on this page, ranging from version 1.0.0 up to 2.23.0, for the `Google.Cloud.Dialogflow.Cx.V3` namespace, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]