Class GoogleCloudDialogflowV2beta1IntentTrainingPhrase
Inheritance
GoogleCloudDialogflowV2beta1IntentTrainingPhrase
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentTrainingPhrase : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Parts
Declaration
[JsonProperty("parts")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart> Parts { get; set; }
Property Value
TimesAddedCount
Declaration
[JsonProperty("timesAddedCount")]
public virtual int? TimesAddedCount { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements