Skip to content

Commit

Permalink
feat(dialogflow): update the api
Browse files Browse the repository at this point in the history
#### dialogflow:v3

The following keys were added:
- resources.projects.resources.locations.resources.agents.resources.environments.resources.sessions.methods.serverStreamingDetectIntent (Total Keys: 12)
- resources.projects.resources.locations.resources.agents.resources.sessions.methods.serverStreamingDetectIntent (Total Keys: 12)

#### dialogflow:v3beta1

The following keys were added:
- resources.projects.resources.locations.resources.agents.resources.environments.resources.sessions.methods.serverStreamingDetectIntent (Total Keys: 12)
- resources.projects.resources.locations.resources.agents.resources.sessions.methods.serverStreamingDetectIntent (Total Keys: 12)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent be20b4e commit 9ef09a5
Show file tree
Hide file tree
Showing 6 changed files with 5,098 additions and 0 deletions.
1,252 changes: 1,252 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.environments.sessions.html

Large diffs are not rendered by default.

1,252 changes: 1,252 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.sessions.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,239 changes: 1,239 additions & 0 deletions docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions googleapiclient/discovery_cache/documents/dialogflow.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,35 @@
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"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.",
"flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"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).",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
Expand Down Expand Up @@ -3035,6 +3064,35 @@
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"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.",
"flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"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).",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"submitAnswerFeedback": {
"description": "Updates the feedback received from the user for a single turn of the bot response.",
"flatPath": "v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback",
Expand Down
58 changes: 58 additions & 0 deletions googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,35 @@
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"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.",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/environments/{environmentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"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).",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
}
},
"resources": {
Expand Down Expand Up @@ -3035,6 +3064,35 @@
"https://www.googleapis.com/auth/dialogflow"
]
},
"serverStreamingDetectIntent": {
"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.",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:serverStreamingDetectIntent",
"httpMethod": "POST",
"id": "dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent",
"parameterOrder": [
"session"
],
"parameters": {
"session": {
"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).",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/sessions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v3beta1/{+session}:serverStreamingDetectIntent",
"request": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentRequest"
},
"response": {
"$ref": "GoogleCloudDialogflowCxV3beta1DetectIntentResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/dialogflow"
]
},
"submitAnswerFeedback": {
"description": "Updates the feedback received from the user for a single turn of the bot response.",
"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/sessions/{sessionsId}:submitAnswerFeedback",
Expand Down

0 comments on commit 9ef09a5

Please sign in to comment.