- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates the specified intent.
HTTP request
PATCH https://dialogflow.googleapis.com/v2beta1/{intent.name=projects/*/agent/intents/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
intent.name |
The unique identifier of this intent. Required for |
Query parameters
Parameters | |
---|---|
languageCode |
Optional. The language of training phrases, parameters and rich messages defined in |
updateMask |
Optional. The mask to control which fields get updated. A comma-separated list of fully qualified names of fields. Example: |
intentView |
Optional. The resource view to apply to the returned intent. |
Request body
The request body contains an instance of Intent
.
Response body
If successful, the response body contains an instance of Intent
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/dialogflow
For more information, see the Authentication Overview.