Class EntityTypeArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Diagflow
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EntityTypeArgs : ResourceArgs
Constructors
View SourceEntityTypeArgs()
Declaration
public EntityTypeArgs()
Properties
View SourceDisplayName
The name of this entity type to be displayed on the console.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableFuzzyExtraction
Enables fuzzy entity extraction during classification.
Declaration
public Input<bool> EnableFuzzyExtraction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Entities
The collection of entity entries associated with the entity type. Structure is documented below.
Declaration
public InputList<EntityTypeEntityArgs> Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EntityTypeEntityArgs> |
Kind
Indicates the kind of entity type.
- KIND_MAP: Map entity types allow mapping of a group of synonyms to a reference value.
- KIND_LIST: List entity types contain a set of entries that do not map to reference values. However, list entity types can contain references to other entity types (with or without aliases).
- KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values.
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |