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."],[[["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}`."]]],[]]