Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3QueryResult

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

Properties

AdvancedSettings

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

AllowAnswerFeedback

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

CurrentFlow

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

CurrentPage

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

DataStoreConnectionSignals

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

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 GoogleCloudDialogflowCxV3DtmfInput Dtmf { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3DtmfInput

ETag

The ETag of the item.

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

Intent

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

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 GoogleCloudDialogflowCxV3Match Match { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Match

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<GoogleCloudDialogflowCxV3ResponseMessage> ResponseMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ResponseMessage>

SentimentAnalysisResult

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

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

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX