ProjectsLocationsAgentsEntityTypes
class ProjectsLocationsAgentsEntityTypes extends Resource (View source)
The "entityTypes" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$entityTypes = $dialogflowService->projects_locations_agents_entityTypes;
Methods
Creates an entity type in the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
Deletes the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
Exports the selected entity types. (entityTypes.export)
Retrieves the specified entity type. (entityTypes.get)
Imports the specified entitytypes into the agent. (entityTypes.import)
Returns the list of all entity types in the specified agent.
Updates the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
Details
GoogleCloudDialogflowCxV3EntityType
create(string $parent, GoogleCloudDialogflowCxV3EntityType $postBody, array $optParams = [])
Creates an entity type in the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
(entityTypes.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
(entityTypes.delete)
GoogleLongrunningOperation
export(string $parent, GoogleCloudDialogflowCxV3ExportEntityTypesRequest $postBody, array $optParams = [])
Exports the selected entity types. (entityTypes.export)
GoogleCloudDialogflowCxV3EntityType
get(string $name, array $optParams = [])
Retrieves the specified entity type. (entityTypes.get)
GoogleLongrunningOperation
import(string $parent, GoogleCloudDialogflowCxV3ImportEntityTypesRequest $postBody, array $optParams = [])
Imports the specified entitytypes into the agent. (entityTypes.import)
GoogleCloudDialogflowCxV3ListEntityTypesResponse
listProjectsLocationsAgentsEntityTypes(string $parent, array $optParams = [])
Returns the list of all entity types in the specified agent.
(entityTypes.listProjectsLocationsAgentsEntityTypes)
GoogleCloudDialogflowCxV3EntityType
patch(string $name, GoogleCloudDialogflowCxV3EntityType $postBody, array $optParams = [])
Updates the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.
(entityTypes.patch)