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 document describes how to create an intent within a specified agent using a POST HTTP request to a designated endpoint, which requires prior agent training."],["The request requires a `parent` path parameter specifying the agent and accepts optional query parameters, including `languageCode` and `intentView`, for customizing the request."],["The body of the POST request must contain an `Intent` resource instance, and the successful response will return a newly created `Intent` resource instance."],["Authorization for this request requires specific IAM permissions on the `parent` resource (`dialogflow.intents.create`) and one of two OAuth scopes: either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]