Class GoogleCloudDialogflowV2beta1QueryParameters
Inheritance
GoogleCloudDialogflowV2beta1QueryParameters
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1QueryParameters : IDirectResponseSchema
Properties
Contexts
Declaration
[JsonProperty("contexts")]
public virtual IList<GoogleCloudDialogflowV2beta1Context> 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
KnowledgeBaseNames
Declaration
[JsonProperty("knowledgeBaseNames")]
public virtual IList<string> KnowledgeBaseNames { 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 GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig SentimentAnalysisRequestConfig { get; set; }
Property Value
SessionEntityTypes
Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowV2beta1SessionEntityType> SessionEntityTypes { get; set; }
Property Value
SubAgents
Declaration
[JsonProperty("subAgents")]
public virtual IList<GoogleCloudDialogflowV2beta1SubAgent> SubAgents { 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