Required. The agent to list all intents from. Format: projects/<Project ID>/agent or projects/<Project
ID>/locations/<Location ID>/agent.
Alternatively, you can specify the environment to list intents for. Format: projects/<Project ID>/agent/environments/<Environment ID> or projects/<Project ID>/locations/<Location
ID>/agent/environments/<Environment ID>. Note: training phrases of the intents will not be returned for non-draft environment.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.intents.list
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 endpoint retrieves a list of all intents within a specified Dialogflow agent, supporting different formats for agent identification, including project and location."],["The request uses a `GET` HTTP method with a specific URL structure that requires the agent's identification in the `parent` path parameter."],["Optional query parameters like `languageCode`, `intentView`, `pageSize`, and `pageToken` can be used to filter the results, customize the view, set a limit on the number of items returned, or fetch the next page of results."],["The request body must be empty, and a successful response will contain a `ListIntentsResponse` object."],["Access to this endpoint requires authorization via either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]