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 latest version of the `FollowupIntentInfo` class is 4.26.0, and the documentation provides links to previous versions, ranging back to 3.2.0."],["The `FollowupIntentInfo` class represents a single followup intent in a chain, inheriting from `System.Object` and implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class contains two key properties, `FollowupIntentName` and `ParentFollowupIntentName`, both of which are string types that represent unique identifiers for the followup intent and its parent intent, respectively."],["The `FollowupIntentInfo` class has two constructors, one default and another that takes an `Intent.Types.FollowupIntentInfo` object as an argument."],["The `FollowupIntentInfo` class is located in the `Google.Cloud.Dialogflow.V2` namespace, within the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]