Class GoogleCloudDialogflowCxV3Intent
Inheritance
GoogleCloudDialogflowCxV3Intent
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3Intent : IDirectResponseSchema
Properties
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsFallback
Declaration
[JsonProperty("isFallback")]
public virtual bool? IsFallback { get; set; }
Property Value
Labels
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudDialogflowCxV3IntentParameter> Parameters { get; set; }
Property Value
Priority
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
TrainingPhrases
Declaration
[JsonProperty("trainingPhrases")]
public virtual IList<GoogleCloudDialogflowCxV3IntentTrainingPhrase> TrainingPhrases { get; set; }
Property Value
Implements