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-03-21 UTC."],[[["This webpage provides reference documentation for the `ResponseMessage.Types.MixedAudio` class within the Dialogflow v3 API, specifically for the .NET environment."],["The `MixedAudio` class represents an audio message in Dialogflow that is a combination of agent-generated segments and externally hosted audio segments from specified URIs."],["The page includes a list of available versions for this class ranging from version 1.0.0 up to the latest version which is version 2.23.0."],["The class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling message operations, equality checks, deep cloning, and buffer management."],["The class has a constructor for creation and another for copying, and contains a `Segments` property of type `RepeatedField`, which holds the composite audio segments of the response."]]],[]]