Class GoogleCloudDialogflowCxV3ResponseMessageText
Inheritance
GoogleCloudDialogflowCxV3ResponseMessageText
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ResponseMessageText : IDirectResponseSchema
Properties
AllowPlaybackInterruption
Declaration
[JsonProperty("allowPlaybackInterruption")]
public virtual bool? AllowPlaybackInterruption { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual IList<string> Text { get; set; }
Property Value
Implements