Class GoogleCloudDialogflowV2IntentMessageSimpleResponse
Inheritance
GoogleCloudDialogflowV2IntentMessageSimpleResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessageSimpleResponse : IDirectResponseSchema
Properties
DisplayText
Declaration
[JsonProperty("displayText")]
public virtual string DisplayText { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Ssml
Declaration
[JsonProperty("ssml")]
public virtual string Ssml { get; set; }
Property Value
TextToSpeech
Declaration
[JsonProperty("textToSpeech")]
public virtual string TextToSpeech { get; set; }
Property Value
Implements