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."],[[["This webpage details the `FollowupIntentInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, which is part of the Dialogflow API."],["The `FollowupIntentInfo` class represents a single followup intent in a chain and is implemented as an interface that includes `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 4.26.0, with various other versions available for browsing, all the way back to version 3.2.0, that provide links to view older versions of the `FollowupIntentInfo` class."],["This class has two constructors: a default `FollowupIntentInfo()` and one that takes another `FollowupIntentInfo` object as an argument, as well as two properties, `FollowupIntentName` and `ParentFollowupIntentName`."],["The main purpose of this class is to define the properties needed for a FollowupIntent, such as the unique identifier of the followup intent, and the unique identifier of the parent intent, both of which have a specified format, `projects/{Project ID}/agent/intents/{Intent ID}`."]]],[]]