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."],[[["The `ListIntentsRequest` class is used to request a list of intents in Google Cloud Dialogflow CX, and it is included within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which can be found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["This class implements several interfaces, including `IMessage\u003cListIntentsRequest\u003e`, `IEquatable\u003cListIntentsRequest\u003e`, `IDeepCloneable\u003cListIntentsRequest\u003e`, `IBufferMessage`, `IMessage`, and `IPageRequest`, allowing for functionalities such as message handling, equality comparison, deep cloning, and handling paged requests."],["The `ListIntentsRequest` class includes properties like `IntentView`, `LanguageCode`, `PageSize`, `PageToken`, `Parent`, and `ParentAsAgentName`, which allow users to specify the details of the request, such as the view of the intents, the language, pagination parameters, and the agent for which intents are being listed."],["There are multiple versions of the `ListIntentsRequest` available in the provided reference documentation, ranging from version 1.0.0 up to 2.23.0, with version 2.23.0 being the latest."],["The request message that `ListIntentsRequest` is for is for `Intents.ListIntents`, which allows it to list multiple intents."]]],[]]