Class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
Represents a part of a training phrase.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart : IDirectResponseSchema
Properties
Alias
Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
Declaration
[JsonProperty("alias")]
public virtual string Alias { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityType
Optional. The entity type name prefixed with @
. This field is required for annotated parts of the training
phrase.
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
Required. The text for this part.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
UserDefined
Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
Declaration
[JsonProperty("userDefined")]
public virtual bool? UserDefined { get; set; }
Property Value
Type | Description |
---|---|
bool? |