- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Creates an intent in the specified agent.
HTTP request
POST https://dialogflow.googleapis.com/v2beta1/{parent=projects/*/agent}/intents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The agent to create a intent for. Format: Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
languageCode |
Optional. The language of training phrases, parameters and rich messages defined in |
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 a newly created 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.