Class GoogleCloudDialogflowV2beta1QueryResult
Inheritance
GoogleCloudDialogflowV2beta1QueryResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1QueryResult : IDirectResponseSchema
Properties
Action
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
AllRequiredParamsPresent
Declaration
[JsonProperty("allRequiredParamsPresent")]
public virtual bool? AllRequiredParamsPresent { get; set; }
Property Value
CancelsSlotFilling
Declaration
[JsonProperty("cancelsSlotFilling")]
public virtual bool? CancelsSlotFilling { get; set; }
Property Value
DiagnosticInfo
Declaration
[JsonProperty("diagnosticInfo")]
public virtual IDictionary<string, object> DiagnosticInfo { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FulfillmentMessages
Declaration
[JsonProperty("fulfillmentMessages")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessage> FulfillmentMessages { get; set; }
Property Value
FulfillmentText
Declaration
[JsonProperty("fulfillmentText")]
public virtual string FulfillmentText { get; set; }
Property Value
Intent
Declaration
[JsonProperty("intent")]
public virtual GoogleCloudDialogflowV2beta1Intent Intent { get; set; }
Property Value
IntentDetectionConfidence
Declaration
[JsonProperty("intentDetectionConfidence")]
public virtual float? IntentDetectionConfidence { get; set; }
Property Value
KnowledgeAnswers
Declaration
[JsonProperty("knowledgeAnswers")]
public virtual GoogleCloudDialogflowV2beta1KnowledgeAnswers KnowledgeAnswers { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
OutputContexts
Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2beta1Context> OutputContexts { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
QueryText
Declaration
[JsonProperty("queryText")]
public virtual string QueryText { get; set; }
Property Value
SentimentAnalysisResult
Declaration
[JsonProperty("sentimentAnalysisResult")]
public virtual GoogleCloudDialogflowV2beta1SentimentAnalysisResult SentimentAnalysisResult { get; set; }
Property Value
SpeechRecognitionConfidence
Declaration
[JsonProperty("speechRecognitionConfidence")]
public virtual float? SpeechRecognitionConfidence { get; set; }
Property Value
WebhookPayload
Declaration
[JsonProperty("webhookPayload")]
public virtual IDictionary<string, object> WebhookPayload { get; set; }
Property Value
WebhookSource
Declaration
[JsonProperty("webhookSource")]
public virtual string WebhookSource { get; set; }
Property Value
Implements