Required. The unique identifier of the intent.
Format: projects/<Project 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 webpage provides documentation for the `IntentInput` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET, which is used to programmatically trigger intents."],["It outlines various versions of the `IntentInput` class, ranging from version 1.0.0 to the latest 2.23.0, with the option to select a specific version to view the associated documentation."],["The `IntentInput` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities and integration with other systems."],["The `IntentInput` class has properties such as `Intent`, a string that contains the unique identifier of the intent, and `IntentAsIntentName`, a type-safe view of the intent resource name, as well as two constructors, one default and one to create from an existing `IntentInput` object."],["This class serves as a method of triggering intents in a more direct way instead of relying on natural language processing and the documentation also lists inherited members from the object class, giving it a full overview."]]],[]]