ProjectsLocationsAgentsSessionsEntityTypes
class ProjectsLocationsAgentsSessionsEntityTypes extends Resource (View source)
The "entityTypes" collection of methods.
Typical usage is:
$dialogflowService = new Google\Service\Dialogflow(...);
$entityTypes = $dialogflowService->projects_locations_agents_sessions_entityTypes;
Methods
Creates a session entity type. (entityTypes.create)
Deletes the specified session entity type. (entityTypes.delete)
Retrieves the specified session entity type. (entityTypes.get)
Returns the list of all session entity types in the specified session.
Updates the specified session entity type. (entityTypes.patch)
Details
GoogleCloudDialogflowCxV3SessionEntityType
create(string $parent, GoogleCloudDialogflowCxV3SessionEntityType $postBody, array $optParams = [])
Creates a session entity type. (entityTypes.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the specified session entity type. (entityTypes.delete)
GoogleCloudDialogflowCxV3SessionEntityType
get(string $name, array $optParams = [])
Retrieves the specified session entity type. (entityTypes.get)
GoogleCloudDialogflowCxV3ListSessionEntityTypesResponse
listProjectsLocationsAgentsSessionsEntityTypes(string $parent, array $optParams = [])
Returns the list of all session entity types in the specified session.
(entityTypes.listProjectsLocationsAgentsSessionsEntityTypes)
GoogleCloudDialogflowCxV3SessionEntityType
patch(string $name, GoogleCloudDialogflowCxV3SessionEntityType $postBody, array $optParams = [])
Updates the specified session entity type. (entityTypes.patch)