|
1440 | 1440 | "https://www.googleapis.com/auth/cloud-platform",
|
1441 | 1441 | "https://www.googleapis.com/auth/dialogflow"
|
1442 | 1442 | ]
|
| 1443 | +}, |
| 1444 | +"serverStreamingDetectIntent": { |
| 1445 | +"description": "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](https://cloud.google.com/dialogflow/cx/docs/concept/fulfillment#partial-response) earlier in a single request.", |
| 1446 | +"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", |
| 1447 | +"httpMethod": "POST", |
| 1448 | +"id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent", |
| 1449 | +"parameterOrder": [ |
| 1450 | +"session" |
| 1451 | +], |
| 1452 | +"parameters": { |
| 1453 | +"session": { |
| 1454 | +"description": "Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).", |
| 1455 | +"location": "path", |
| 1456 | +"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$", |
| 1457 | +"required": true, |
| 1458 | +"type": "string" |
| 1459 | +} |
| 1460 | +}, |
| 1461 | +"path": "v3beta1/{+session}:serverStreamingDetectIntent", |
| 1462 | +"request": { |
| 1463 | +"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" |
| 1464 | +}, |
| 1465 | +"response": { |
| 1466 | +"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" |
| 1467 | +}, |
| 1468 | +"scopes": [ |
| 1469 | +"https://www.googleapis.com/auth/cloud-platform", |
| 1470 | +"https://www.googleapis.com/auth/dialogflow" |
| 1471 | +] |
1443 | 1472 | }
|
1444 | 1473 | },
|
1445 | 1474 | "resources": {
|
|
3035 | 3064 | "https://www.googleapis.com/auth/dialogflow"
|
3036 | 3065 | ]
|
3037 | 3066 | },
|
| 3067 | +"serverStreamingDetectIntent": { |
| 3068 | +"description": "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](https://cloud.google.com/dialogflow/cx/docs/concept/fulfillment#partial-response) earlier in a single request.", |
| 3069 | +"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent", |
| 3070 | +"httpMethod": "POST", |
| 3071 | +"id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent", |
| 3072 | +"parameterOrder": [ |
| 3073 | +"session" |
| 3074 | +], |
| 3075 | +"parameters": { |
| 3076 | +"session": { |
| 3077 | +"description": "Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).", |
| 3078 | +"location": "path", |
| 3079 | +"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$", |
| 3080 | +"required": true, |
| 3081 | +"type": "string" |
| 3082 | +} |
| 3083 | +}, |
| 3084 | +"path": "v3beta1/{+session}:serverStreamingDetectIntent", |
| 3085 | +"request": { |
| 3086 | +"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest" |
| 3087 | +}, |
| 3088 | +"response": { |
| 3089 | +"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse" |
| 3090 | +}, |
| 3091 | +"scopes": [ |
| 3092 | +"https://www.googleapis.com/auth/cloud-platform", |
| 3093 | +"https://www.googleapis.com/auth/dialogflow" |
| 3094 | +] |
| 3095 | +}, |
3038 | 3096 | "submitAnswerFeedback": {
|
3039 | 3097 | "description": "Updates the feedback received from the user for a single turn of the bot response.",
|
3040 | 3098 | "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback",
|
|
0 commit comments