public sealed class Intent.Types.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 webpage provides reference documentation for the `Intent.Types.FollowupIntentInfo` class within the Google Cloud Dialogflow v2 API for .NET."],["The `FollowupIntentInfo` class represents a single follow-up intent in a chain and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes various versions of the API, ranging from 3.2.0 up to the latest 4.26.0, with each version's API link directed to its own relative directory."],["The class has properties `FollowupIntentName` and `ParentFollowupIntentName` which store unique identifiers of the follow up intent and its parent intent respectively, in a specific `projects/\u003cProject ID\u003e/agent/intents/\u003cIntent ID\u003e` format."],["The documentation details two constructors for the class: `FollowupIntentInfo()` for standard initialization and `FollowupIntentInfo(Intent.Types.FollowupIntentInfo other)` for copy construction."]]],[]]