public sealed class DialogflowIntent : IMessage<DialogflowIntent>, IEquatable<DialogflowIntent>, IDeepCloneable<DialogflowIntent>, IBufferMessage, IMessage
The data for a Dialogflow intent.
Represents a detected intent in the conversation, e.g. MAKES_PROMISE.
[[["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 `DialogflowIntent` class represents a detected intent in a conversation, such as MAKES_PROMISE, within the Google.Cloud.ContactCenterInsights.V1 namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `DialogflowIntent` is 2.19.0, and multiple previous versions are accessible, dating back to version 1.0.0."],["It inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a property, `DisplayName`, which is a string that holds the human-readable name of the intent."]]],[]]