Skip to main content

entity_types

Overview

Nameentity_types
TypeResource
Idgoogle.dialogflow.entity_types

Fields

NameDatatypeDescription
namestringRequired. The unique identifier of the session entity type. Format: projects//locations//agents//sessions//entityTypes/ or projects//locations//agents//environments//sessions//entityTypes/. If Environment ID is not specified, we assume default 'draft' environment.
entitiesarrayRequired. The collection of entities to override or supplement the custom entity type.
entityOverrideModestringRequired. Indicates whether the additional data should override or supplement the custom entity type definition.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_agents_entity_types_getSELECTagentsId, entityTypesId, locationsId, projectsIdRetrieves the specified entity type.
projects_locations_agents_entity_types_listSELECTagentsId, locationsId, projectsIdReturns the list of all entity types in the specified agent.
projects_locations_agents_environments_sessions_entity_types_getSELECTagentsId, entityTypesId, environmentsId, locationsId, projectsId, sessionsIdRetrieves the specified session entity type.
projects_locations_agents_environments_sessions_entity_types_listSELECTagentsId, environmentsId, locationsId, projectsId, sessionsIdReturns the list of all session entity types in the specified session.
projects_locations_agents_sessions_entity_types_getSELECTagentsId, entityTypesId, locationsId, projectsId, sessionsIdRetrieves the specified session entity type.
projects_locations_agents_sessions_entity_types_listSELECTagentsId, locationsId, projectsId, sessionsIdReturns the list of all session entity types in the specified session.
projects_locations_agents_entity_types_createINSERTagentsId, locationsId, projectsIdCreates an entity type in the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_environments_sessions_entity_types_createINSERTagentsId, environmentsId, locationsId, projectsId, sessionsIdCreates a session entity type.
projects_locations_agents_sessions_entity_types_createINSERTagentsId, locationsId, projectsId, sessionsIdCreates a session entity type.
projects_locations_agents_entity_types_deleteDELETEagentsId, entityTypesId, locationsId, projectsIdDeletes the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_environments_sessions_entity_types_deleteDELETEagentsId, entityTypesId, environmentsId, locationsId, projectsId, sessionsIdDeletes the specified session entity type.
projects_locations_agents_sessions_entity_types_deleteDELETEagentsId, entityTypesId, locationsId, projectsId, sessionsIdDeletes the specified session entity type.
_projects_locations_agents_entity_types_listEXECagentsId, locationsId, projectsIdReturns the list of all entity types in the specified agent.
_projects_locations_agents_environments_sessions_entity_types_listEXECagentsId, environmentsId, locationsId, projectsId, sessionsIdReturns the list of all session entity types in the specified session.
_projects_locations_agents_sessions_entity_types_listEXECagentsId, locationsId, projectsId, sessionsIdReturns the list of all session entity types in the specified session.
projects_locations_agents_entity_types_patchEXECagentsId, entityTypesId, locationsId, projectsIdUpdates the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_environments_sessions_entity_types_patchEXECagentsId, entityTypesId, environmentsId, locationsId, projectsId, sessionsIdUpdates the specified session entity type.
projects_locations_agents_sessions_entity_types_patchEXECagentsId, entityTypesId, locationsId, projectsId, sessionsIdUpdates the specified session entity type.