Class GoogleCloudDialogflowV2QueryParameters
Inheritance
GoogleCloudDialogflowV2QueryParameters
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2QueryParameters : IDirectResponseSchema
Properties
Contexts
Declaration
[JsonProperty("contexts")]
public virtual IList<GoogleCloudDialogflowV2Context> Contexts { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GeoLocation
Declaration
[JsonProperty("geoLocation")]
public virtual GoogleTypeLatLng GeoLocation { get; set; }
Property Value
Payload
Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
ResetContexts
Declaration
[JsonProperty("resetContexts")]
public virtual bool? ResetContexts { get; set; }
Property Value
SentimentAnalysisRequestConfig
Declaration
[JsonProperty("sentimentAnalysisRequestConfig")]
public virtual GoogleCloudDialogflowV2SentimentAnalysisRequestConfig SentimentAnalysisRequestConfig { get; set; }
Property Value
SessionEntityTypes
Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowV2SessionEntityType> SessionEntityTypes { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Declaration
[JsonProperty("webhookHeaders")]
public virtual IDictionary<string, string> WebhookHeaders { get; set; }
Property Value
Implements