Dialogflow v3 API - Class ResponseMessage.Types.MixedAudio (2.17.0)

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.

Inheritance

object > ResponseMessage.Types.MixedAudio

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

MixedAudio()

public MixedAudio()

MixedAudio(MixedAudio)

public MixedAudio(ResponseMessage.Types.MixedAudio other)
Parameter
NameDescription
otherResponseMessageTypesMixedAudio

Properties

Segments

public RepeatedField<ResponseMessage.Types.MixedAudio.Types.Segment> Segments { get; }

Segments this audio response is composed of.

Property Value
TypeDescription
RepeatedFieldResponseMessageTypesMixedAudioTypesSegment