Skip to main content

sessions

Creates, updates, deletes, gets or lists a sessions resource.

Overview

Namesessions
TypeResource
Idgoogle.dialogflow.sessions

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

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_environments_sessions_server_streaming_detect_intentEXECagentsId, environmentsId, locationsId, projectsId, sessionsIdProcesses a natural language query and returns structured, actionable data as a result through server-side streaming. Server-side streaming allows Dialogflow to send partial responses earlier in a single request.
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.
projects_locations_agents_sessions_server_streaming_detect_intentEXECagentsId, locationsId, projectsId, sessionsIdProcesses a natural language query and returns structured, actionable data as a result through server-side streaming. Server-side streaming allows Dialogflow to send partial responses earlier in a single request.
projects_locations_agents_sessions_submit_answer_feedbackEXECagentsId, locationsId, projectsId, sessionsIdUpdates the feedback received from the user for a single turn of the bot response.