Class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
Inheritance
GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("enableSentimentAnalysis")]
public virtual bool? EnableSentimentAnalysis { get; set; }
Property Value
Declaration
[JsonProperty("injectedParameters")]
public virtual IDictionary<string, object> InjectedParameters { get; set; }
Property Value
Declaration
[JsonProperty("input")]
public virtual GoogleCloudDialogflowCxV3beta1QueryInput Input { get; set; }
Property Value
Declaration
[JsonProperty("isWebhookEnabled")]
public virtual bool? IsWebhookEnabled { get; set; }
Property Value
Implements