IntentFollowupIntentInfo

data class IntentFollowupIntentInfo(val followupIntentName: String? = null, val parentFollowupIntentName: String? = null)

Constructors

Link copied to clipboard
constructor(followupIntentName: String? = null, parentFollowupIntentName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the followup intent. Format: projects//agent/intents/.

Link copied to clipboard

The unique identifier of the parent intent in the chain of followup intents. Format: projects//agent/intents/.