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 `FollowupIntentInfo` class represents a single followup intent within a chain, used in the Dialogflow V2 API."],["This class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found within the `Google.Cloud.Dialogflow.V2.dll` assembly, and is available in version 3.9.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it supports protobuf messages and deep cloning, among other features."],["It has properties `FollowupIntentName` and `ParentFollowupIntentName` to identify the specific intent and its parent in the format `projects/{Project ID}/agent/intents/{Intent ID}`."],["The documentation provides links to multiple versions of the API, ranging from 3.2.0 to the latest version 4.26.0, offering access to various release specifics."]]],[]]