Class GoogleCloudDialogflowCxV3beta1AgentUtterance
Inheritance
GoogleCloudDialogflowCxV3beta1AgentUtterance
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AgentUtterance : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RequireGeneration
Declaration
[JsonProperty("requireGeneration")]
public virtual bool? RequireGeneration { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements