Class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
Inheritance
GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart : IDirectResponseSchema
Properties
Alias
Declaration
[JsonProperty("alias")]
public virtual string Alias { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityType
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
UserDefined
Declaration
[JsonProperty("userDefined")]
public virtual bool? UserDefined { get; set; }
Property Value
Implements