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."],[[["The page provides documentation for the `FollowupIntentInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, which represents a single followup intent in a chain within the Dialogflow API."],["The `FollowupIntentInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The documentation covers various versions of the Dialogflow library, ranging from version 3.2.0 up to the latest version 4.26.0, with links to each version's documentation for the `FollowupIntentInfo` class."],["The class has two constructors, one default and one that takes an existing `FollowupIntentInfo` object for copying, and two properties, `FollowupIntentName` and `ParentFollowupIntentName`, which are strings representing the unique identifiers of the followup and parent intents respectively."],["The page includes a link to the assembly in which the class exists, which is `Google.Cloud.Dialogflow.V2.dll`."]]],[]]