Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse

The simple response message containing speech or text.

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse : IDirectResponseSchema

Properties

DisplayText

Optional. The text to display.

Declaration
[JsonProperty("displayText")]
public virtual string DisplayText { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ssml

One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.

Declaration
[JsonProperty("ssml")]
public virtual string Ssml { get; set; }
Property Value
Type Description
string

TextToSpeech

One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.

Declaration
[JsonProperty("textToSpeech")]
public virtual string TextToSpeech { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX