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."],[[["The `IntentInput` class in the Google Cloud Dialogflow v2beta1 API represents an intent triggered programmatically, as opposed to natural language processing, specifically for V3 agents."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various functionalities within the API."],["`IntentInput` has two constructors: a default constructor and one that accepts another `IntentInput` object to copy its properties."],["The `Intent` property of `IntentInput` is a required string representing the unique identifier of the intent in a V3 agent, formatted as a specific project path."],["`LanguageCode` is another required string property that specifies the language of the conversational query, referencing a list of supported language codes."]]],[]]