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 `IntentInput` class in the `Google.Cloud.Dialogflow.Cx.V3` namespace represents an intent that can be triggered programmatically rather than through natural language processing, and it is part of version 2.1.0 of the library."],["This class provides two constructors: a default constructor and another one that takes an `IntentInput` object as a parameter, enabling the creation of new instances and copies of existing ones."],["`IntentInput` includes properties `Intent` (a string) and `IntentAsIntentName` (an IntentName type), which specify the unique identifier of the intent and provide a typed view over the resource name property, respectively."],["The provided documentation lists versions ranging from 1.0.0 all the way up to the latest version, 2.23.0, for `Google.Cloud.Dialogflow.Cx.V3.IntentInput`, and you can use the links to view the specific documentation of each of the listed versions."],["The `IntentInput` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]