public sealed class OutputAudioText : IMessage<ResponseMessage.Types.OutputAudioText>, IEquatable<ResponseMessage.Types.OutputAudioText>, IDeepCloneable<ResponseMessage.Types.OutputAudioText>, IBufferMessage, IMessageA text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Inheritance
System.Object > ResponseMessage.Types.OutputAudioTextImplements
Google.Protobuf.IMessage<ResponseMessage.Types.OutputAudioText>, System.IEquatable<ResponseMessage.Types.OutputAudioText>, Google.Protobuf.IDeepCloneable<ResponseMessage.Types.OutputAudioText>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
OutputAudioText()
public OutputAudioText()OutputAudioText(ResponseMessage.Types.OutputAudioText)
public OutputAudioText(ResponseMessage.Types.OutputAudioText other)| Parameter | |
|---|---|
| Name | Description |
other |
ResponseMessage.Types.OutputAudioText |
Properties
AllowPlaybackInterruption
public bool AllowPlaybackInterruption { get; set; }Output only. Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
| Property Value | |
|---|---|
| Type | Description |
System.Boolean |
|
SourceCase
public ResponseMessage.Types.OutputAudioText.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
ResponseMessage.Types.OutputAudioText.SourceOneofCase |
|
Ssml
public string Ssml { get; set; }The SSML text to be synthesized. For more information, see SSML.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
Text
public string Text { get; set; }The raw text to be synthesized.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|