Class GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
Inheritance
GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3IntentTrainingPhrasePart : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ParameterId
Declaration
[JsonProperty("parameterId")]
public virtual string ParameterId { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements