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 represents an intent that can be triggered programmatically, primarily used within V3 agents of the Google Cloud Dialogflow API."],["This class is part of the `Google.Cloud.Dialogflow.V2Beta1` namespace and is located within the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["The `IntentInput` class allows developers to specify the unique identifier of an intent, which follows a specific format for V3 agents: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/intents/\u003cIntent ID\u003e`."],["`IntentInput` class also has a property to indicate what the language of the conversational query is in the form of a language code."],["`IntentInput` class has two constructors, one that can be set up without parameters, and another that can take an existing `IntentInput` object as a parameter."]]],[]]