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 both project-level and environment-specific listing."],["The HTTP request is a `GET` operation to a URL structure that uses gRPC Transcoding and includes placeholders for the service endpoint and the parent resource identifier."],["Parameters include a mandatory `parent` to specify the agent or environment, along with optional query parameters for `languageCode`, `intentView`, `pageSize`, and `pageToken` to filter and control the result set."],["The request body must be empty, and the successful response will contain a `ListIntentsResponse` instance."],["Authorization to access this API requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]