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 v2beta1 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 document provides reference documentation for the `Intent.Types.FollowupIntentInfo` class within the Google Cloud Dialogflow v2beta1 API."],["The `FollowupIntentInfo` class represents a single followup intent in a chain, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another accepting a `FollowupIntentInfo` object, enabling the creation of new `FollowupIntentInfo` objects."],["It defines two key properties: `FollowupIntentName`, which represents the unique identifier of the followup intent, and `ParentFollowupIntentName`, representing the unique identifier of the parent intent, both of which are string types."]]],[]]