sessions
Creates, updates, deletes, gets or lists a sessions
resource.
Overview
Name | sessions |
Type | Resource |
Id | google.dialogflow.sessions |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_agents_environments_sessions_detect_intent | EXEC | agentsId, environmentsId, locationsId, projectsId, sessionsId | Processes 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_intent | EXEC | agentsId, environmentsId, locationsId, projectsId, sessionsId | Fulfills 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_intent | EXEC | agentsId, environmentsId, locationsId, projectsId, sessionsId | Returns preliminary intent match results, doesn't change the session status. |
projects_locations_agents_environments_sessions_server_streaming_detect_intent | EXEC | agentsId, environmentsId, locationsId, projectsId, sessionsId | Processes 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_intent | EXEC | agentsId, locationsId, projectsId, sessionsId | Processes 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_intent | EXEC | agentsId, locationsId, projectsId, sessionsId | Fulfills 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_intent | EXEC | agentsId, locationsId, projectsId, sessionsId | Returns preliminary intent match results, doesn't change the session status. |
projects_locations_agents_sessions_server_streaming_detect_intent | EXEC | agentsId, locationsId, projectsId, sessionsId | Processes 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_feedback | EXEC | agentsId, locationsId, projectsId, sessionsId | Updates the feedback received from the user for a single turn of the bot response. |