public sealed class Intent : IMessage<IntentCoverage.Types.Intent>, IEquatable<IntentCoverage.Types.Intent>, IDeepCloneable<IntentCoverage.Types.Intent>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `Intent` class, which represents an agent's intent within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The page lists various versions of the Dialogflow.Cx.V3 library, ranging from version 2.23.0 (latest) down to version 1.0.0, each linked to its corresponding documentation for the `Intent` type."],["The `Intent` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `Intent` object to create a copy."],["The `Intent` class includes properties such as `Covered`, a boolean indicating if the intent is covered by at least one test case, and `Intent_`, which stores the intent's full resource name as a string."]]],[]]