Google Cloud Dialogflow V2 Client - Class Kind (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Kind.

Represents kinds of entities.

Protobuf type google.cloud.dialogflow.v2.EntityType.Kind

Namespace

Google \ Cloud \ Dialogflow \ V2 \ EntityType

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

KIND_UNSPECIFIED

  Value: 0 
 

Not specified. This value should be never used.

Generated from protobuf enum KIND_UNSPECIFIED = 0;

KIND_MAP

  Value: 1 
 

Map entity types allow mapping of a group of synonyms to a reference value.

Generated from protobuf enum KIND_MAP = 1;

KIND_LIST

  Value: 2 
 

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).

Generated from protobuf enum KIND_LIST = 2;

KIND_REGEXP

  Value: 3 
 

Regexp entity types allow to specify regular expressions in entries values.

Generated from protobuf enum KIND_REGEXP = 3;