Required. The unique identifier of the intent in V3 agent.
Format: projects/<Project ID>/locations/<Location ID>/locations/<Location
ID>/agents/<Agent ID>/intents/<Intent ID>.
[[["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."],[[["`IntentInput` is a class within the Google Cloud Dialogflow v2beta1 API, specifically designed for triggering intents programmatically in V3 agents."],["It inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for versatile functionality."],["The class contains properties like `Intent`, which specifies the unique identifier of the target intent, and `LanguageCode`, which specifies the language of the conversational query."],["There are two constructors, a default `IntentInput()` and one with parameters `IntentInput(IntentInput other)` which allows for the object to be instantiated based off of another."]]],[]]