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"]],[["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."],[[["This page provides documentation for the `Intent.Types.FollowupIntentInfo` class within the Google Cloud Dialogflow v2 API, covering versions from 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["`FollowupIntentInfo` is used to represent a single followup intent in a chain and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `FollowupIntentInfo` has two properties: `FollowupIntentName`, which is the unique identifier for the intent, and `ParentFollowupIntentName`, which is the unique identifier of the intent's parent."],["There are two constructors for the FollowupIntentInfo class: the default one, and one that takes another FollowupIntentInfo object as an argument."],["This page lists the class's methods, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as information on the namespace, assembly, and inheritance of the class."]]],[]]