The language to list intents for. The following fields are language
dependent:
Intent.training_phrases.parts.text
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["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-21 UTC."],[[["This webpage details the `ListIntentsRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for requesting a list of intents from the Dialogflow CX API, with a primary focus on version 1.2.0."],["The `ListIntentsRequest` class is a request message for the `Intents.ListIntents` method, enabling users to retrieve a list of intents and is available in versions ranging from 1.0.0 to the latest 2.23.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, providing a comprehensive set of functionalities for interacting with the Dialogflow CX API."],["Key properties of the `ListIntentsRequest` class include `IntentView`, `LanguageCode`, `PageSize`, `PageToken`, `Parent`, and `ParentAsAgentName`, which are used to customize the intent listing query by specifying the view, language, pagination, and parent agent, respectively."],["Constructors are available for creating a new `ListIntentsRequest` instance and for cloning an existing instance, and the page provides links to documentation for different versions of the `ListIntentsRequest`, allowing users to reference specific versions as needed."]]],[]]