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-04-01 UTC."],[[["This webpage provides documentation for the `DialogflowIntent` class within the `Google.Cloud.ContactCenterInsights.V1` namespace in the .NET environment."],["The latest version of `DialogflowIntent` documented is 2.19.0, and the page provides access to documentation for versions ranging from 1.0.0 to 2.19.0."],["`DialogflowIntent` is designed to represent a detected intent within a conversation, such as making a promise, and it implements multiple interfaces like `IMessage` and `IEquatable`."],["The `DialogflowIntent` class has constructors and a `DisplayName` property which provides the human-readable name of an intent."],["This class inherits certain members from `Object` class, and can be used with the Google Cloud Contact Center Insights API."]]],[]]