Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1QueryResult

Inheritance
object
GoogleCloudDialogflowCxV3beta1QueryResult
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1QueryResult : IDirectResponseSchema

Properties

AdvancedSettings

Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettings AdvancedSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1AdvancedSettings

AllowAnswerFeedback

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

CurrentFlow

Declaration
[JsonProperty("currentFlow")]
public virtual GoogleCloudDialogflowCxV3beta1Flow CurrentFlow { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Flow

CurrentPage

Declaration
[JsonProperty("currentPage")]
public virtual GoogleCloudDialogflowCxV3beta1Page CurrentPage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Page

DataStoreConnectionSignals

Declaration
[JsonProperty("dataStoreConnectionSignals")]
public virtual GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals DataStoreConnectionSignals { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals

DiagnosticInfo

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

Dtmf

Declaration
[JsonProperty("dtmf")]
public virtual GoogleCloudDialogflowCxV3beta1DtmfInput Dtmf { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1DtmfInput

ETag

The ETag of the item.

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

GenerativeInfo

Declaration
[JsonProperty("generativeInfo")]
public virtual GoogleCloudDialogflowCxV3beta1GenerativeInfo GenerativeInfo { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1GenerativeInfo

Intent

Declaration
[JsonProperty("intent")]
public virtual GoogleCloudDialogflowCxV3beta1Intent Intent { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Intent

IntentDetectionConfidence

Declaration
[JsonProperty("intentDetectionConfidence")]
public virtual float? IntentDetectionConfidence { get; set; }
Property Value
Type Description
float?

LanguageCode

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

Match

Declaration
[JsonProperty("match")]
public virtual GoogleCloudDialogflowCxV3beta1Match Match { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Match

Parameters

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

ResponseMessages

Declaration
[JsonProperty("responseMessages")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ResponseMessage> ResponseMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1ResponseMessage>

SentimentAnalysisResult

Declaration
[JsonProperty("sentimentAnalysisResult")]
public virtual GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult SentimentAnalysisResult { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1SentimentAnalysisResult

Text

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

Transcript

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

TriggerEvent

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

TriggerIntent

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

WebhookDisplayNames

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

WebhookIds

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

WebhookLatencies

Declaration
[JsonProperty("webhookLatencies")]
public virtual IList<object> WebhookLatencies { get; set; }
Property Value
Type Description
IList<object>

WebhookPayloads

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

WebhookStatuses

Declaration
[JsonProperty("webhookStatuses")]
public virtual IList<GoogleRpcStatus> WebhookStatuses { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

WebhookTags

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX