public sealed class MixedAudio : IMessage<ResponseMessage.Types.MixedAudio>, IEquatable<ResponseMessage.Types.MixedAudio>, IDeepCloneable<ResponseMessage.Types.MixedAudio>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eMixedAudio\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, which is part of the Google Cloud Dialogflow CX .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMixedAudio\u003c/code\u003e class represents an audio message composed of segments synthesized by the Dialogflow agent and externally hosted audio files.\u003c/p\u003e\n"],["\u003cp\u003eIt is implemented as a sealed class and it implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eMixedAudio()\u003c/code\u003e and a copy constructor \u003ccode\u003eMixedAudio(ResponseMessage.Types.MixedAudio other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains one property \u003ccode\u003eSegments\u003c/code\u003e that represent the various segments that makes up the audio response.\u003c/p\u003e\n"]]],[],null,[]]