Class ResponseMessage.Types.MixedAudio (1.6.0)

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.

Inheritance

Object > ResponseMessage.Types.MixedAudio

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

MixedAudio()

public MixedAudio()

MixedAudio(ResponseMessage.Types.MixedAudio)

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

Properties

Segments

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

Segments this audio response is composed of.

Property Value
TypeDescription
RepeatedField<ResponseMessage.Types.MixedAudio.Types.Segment>