Get
|
|||||
|
|
Retrieves the specified entity type
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- View, manage and query your Dialogflow agents
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
Required. The name of the entity type.
Format: |
languageCode |
STRING |
Optional. The language to retrieve entity synonyms for. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used |
= Parameter name
= Format
name STRING Required Required. The name of the entity type.
Format: |
languageCode STRING Optional. The language to retrieve entity synonyms for. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
name |
STRING |
The unique identifier of the entity type.
Required for EntityTypes.UpdateEntityType and
EntityTypes.BatchUpdateEntityTypes methods.
Format: |
displayName |
STRING |
Required. The name of the entity type |
kind |
ENUMERATION |
Required. Indicates the kind of entity type |
autoExpansionMode |
ENUMERATION |
Optional. Indicates whether the entity type can be automatically expanded |
entities[] |
OBJECT |
An entity entry for an associated entity type |
entities[].value |
STRING |
Required. The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For
For
|
entities[].synonyms[] |
STRING |
= Parameter name
= Format
name STRING The unique identifier of the entity type.
Required for EntityTypes.UpdateEntityType and
EntityTypes.BatchUpdateEntityTypes methods.
Format: |
displayName STRING Required. The name of the entity type |
kind ENUMERATION Required. Indicates the kind of entity type |
autoExpansionMode ENUMERATION Optional. Indicates whether the entity type can be automatically expanded |
entities[] OBJECT An entity entry for an associated entity type |
entities[].value STRING Required. The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For
For
|
entities[].synonyms[] STRING |