Authorization requires the following IAM permission on the specified resource parent:
dialogflow.intents.create
Query parameters
Parameters
languageCode
string
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This API documentation outlines how to create an intent within a specified agent using a POST HTTP request to a designated endpoint."],["The request requires a `parent` path parameter, which indicates the agent for which the intent is to be created, and specifies the necessary IAM permission (`dialogflow.intents.create`)."],["Optional query parameters, including `languageCode` and `intentView`, allow for specifying language-specific data and the resource view to apply to the intent."],["The request body must contain an instance of the `Intent`, and if the request is successful, the response body will return a newly created instance of `Intent`."],["Authorization to use this API requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]