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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation for the `FollowupIntentInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, with the latest version being 4.26.0."],["The `FollowupIntentInfo` class represents a single followup intent in a chain and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions ranging from 3.2.0 to 4.26.0, allowing users to navigate through various historical releases of this class."],["`FollowupIntentInfo` class has two key properties: `FollowupIntentName` which is the unique identifier for the follow-up intent, and `ParentFollowupIntentName`, which identifies the parent intent."],["The class has two constructors, a default one, and another one that takes another `Intent.Types.FollowupIntentInfo` as a parameter."]]],[]]