Show / Hide Table of Contents

Class GoogleCloudDialogflowV2QueryResult

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

Properties

Action

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

AllRequiredParamsPresent

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

CancelsSlotFilling

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

DiagnosticInfo

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

ETag

The ETag of the item.

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

FulfillmentMessages

Declaration
[JsonProperty("fulfillmentMessages")]
public virtual IList<GoogleCloudDialogflowV2IntentMessage> FulfillmentMessages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentMessage>

FulfillmentText

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

Intent

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

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

OutputContexts

Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2Context> OutputContexts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2Context>

Parameters

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

QueryText

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

SentimentAnalysisResult

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

SpeechRecognitionConfidence

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

WebhookPayload

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

WebhookSource

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX