Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1QueryParameters

Inheritance
object
GoogleCloudDialogflowV2beta1QueryParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
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
Type Description
IList<GoogleCloudDialogflowV2beta1Context>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GeoLocation

Declaration
[JsonProperty("geoLocation")]
public virtual GoogleTypeLatLng GeoLocation { get; set; }
Property Value
Type Description
GoogleTypeLatLng

KnowledgeBaseNames

Declaration
[JsonProperty("knowledgeBaseNames")]
public virtual IList<string> KnowledgeBaseNames { get; set; }
Property Value
Type Description
IList<string>

Payload

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

Platform

Declaration
[JsonProperty("platform")]
public virtual string Platform { get; set; }
Property Value
Type Description
string

ResetContexts

Declaration
[JsonProperty("resetContexts")]
public virtual bool? ResetContexts { get; set; }
Property Value
Type Description
bool?

SentimentAnalysisRequestConfig

Declaration
[JsonProperty("sentimentAnalysisRequestConfig")]
public virtual GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig SentimentAnalysisRequestConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig

SessionEntityTypes

Declaration
[JsonProperty("sessionEntityTypes")]
public virtual IList<GoogleCloudDialogflowV2beta1SessionEntityType> SessionEntityTypes { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1SessionEntityType>

SubAgents

Declaration
[JsonProperty("subAgents")]
public virtual IList<GoogleCloudDialogflowV2beta1SubAgent> SubAgents { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2beta1SubAgent>

TimeZone

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

WebhookHeaders

Declaration
[JsonProperty("webhookHeaders")]
public virtual IDictionary<string, string> WebhookHeaders { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX