Class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
Inheritance
GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Parts
Declaration
[JsonProperty("parts")]
public virtual IList<GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart> Parts { get; set; }
Property Value
RepeatCount
Declaration
[JsonProperty("repeatCount")]
public virtual int? RepeatCount { get; set; }
Property Value
Implements