Class GoogleCloudDialogflowV2IntentTrainingPhrase
Inheritance
GoogleCloudDialogflowV2IntentTrainingPhrase
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2IntentTrainingPhrase : 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<GoogleCloudDialogflowV2IntentTrainingPhrasePart> 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