parentFollowupIntentName property

String? parentFollowupIntentName
getter/setter pair

Read-only after creation.

The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.

Implementation

core.String? parentFollowupIntentName;