public sealed class FollowupIntentInfo : IMessage<Intent.Types.FollowupIntentInfo>, IEquatable<Intent.Types.FollowupIntentInfo>, IDeepCloneable<Intent.Types.FollowupIntentInfo>, 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 `FollowupIntentInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, used in the Google Cloud Dialogflow API."],["The `FollowupIntentInfo` class represents a single followup intent in a chain and is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the inheritance structure of `FollowupIntentInfo`, showing it inherits from `Object` and lists its implemented interfaces, as well as describing its inherited members."],["The webpage details two constructors for the `FollowupIntentInfo` class: a default constructor and one that accepts another `FollowupIntentInfo` object as a parameter."],["The documentation includes two properties, `FollowupIntentName` and `ParentFollowupIntentName`, both of which are string type and provide the unique identifiers of the followup intent and its parent intent, respectively."]]],[]]