Skip to main content

sessions

Overview

Namesessions
TypeResource
Idgoogle.dialogflow.sessions

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
projects_locations_agents_environments_sessions_detect_intentEXECagentsId, environmentsId, locationsId, projectsId, sessionsIdProcesses a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See Versions and environments.
projects_locations_agents_environments_sessions_fulfill_intentEXECagentsId, environmentsId, locationsId, projectsId, sessionsIdFulfills a matched intent returned by MatchIntent. Must be called after MatchIntent, with input from MatchIntentResponse. Otherwise, the behavior is undefined.
projects_locations_agents_environments_sessions_match_intentEXECagentsId, environmentsId, locationsId, projectsId, sessionsIdReturns preliminary intent match results, doesn't change the session status.
projects_locations_agents_sessions_detect_intentEXECagentsId, locationsId, projectsId, sessionsIdProcesses a natural language query and returns structured, actionable data as a result. This method is not idempotent, because it may cause session entity types to be updated, which in turn might affect results of future queries. Note: Always use agent versions for production traffic. See Versions and environments.
projects_locations_agents_sessions_fulfill_intentEXECagentsId, locationsId, projectsId, sessionsIdFulfills a matched intent returned by MatchIntent. Must be called after MatchIntent, with input from MatchIntentResponse. Otherwise, the behavior is undefined.
projects_locations_agents_sessions_match_intentEXECagentsId, locationsId, projectsId, sessionsIdReturns preliminary intent match results, doesn't change the session status.