Class GoogleCloudDialogflowCxV3beta1ResponseMessageText
Inheritance
GoogleCloudDialogflowCxV3beta1ResponseMessageText
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ResponseMessageText : 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