public sealed class FollowupIntentInfo : IMessage<Intent.Types.FollowupIntentInfo>, IEquatable<Intent.Types.FollowupIntentInfo>, IDeepCloneable<Intent.Types.FollowupIntentInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.FollowupIntentInfo.
[[["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 page provides documentation for the `Intent.Types.FollowupIntentInfo` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 to the latest 4.26.0."],["The `FollowupIntentInfo` class represents a single followup intent in a chain of intents and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `FollowupIntentInfo()` and a copy constructor `FollowupIntentInfo(Intent.Types.FollowupIntentInfo other)`."],["The `FollowupIntentInfo` class contains two string properties, `FollowupIntentName` and `ParentFollowupIntentName`, both of which store unique identifiers formatted as `projects/\u003cProject ID\u003e/agent/intents/\u003cIntent ID\u003e`."],["The `Intent.Types.FollowupIntentInfo` class inherits members from `Object`, specifically `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]