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-04-09 UTC."],[[["The latest version of the `FollowupIntentInfo` class is 4.26.0, and it is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The `FollowupIntentInfo` class represents a single followup intent in a chain, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one (`FollowupIntentInfo()`) and another that takes an existing `Intent.Types.FollowupIntentInfo` instance as a parameter."],["The `FollowupIntentInfo` class includes properties to store the unique identifiers of both the followup intent itself and its parent, `FollowupIntentName` and `ParentFollowupIntentName` respectively."],["There are multiple versions of the `FollowupIntentInfo` class, ranging from 3.2.0 up to the latest version 4.26.0."]]],[]]