GoogleCloudDialogflowV2IntentFollowupIntentInfoResponse

data class GoogleCloudDialogflowV2IntentFollowupIntentInfoResponse(val followupIntentName: String, val parentFollowupIntentName: String)

Represents a single followup intent in the chain.

Constructors

fun GoogleCloudDialogflowV2IntentFollowupIntentInfoResponse(followupIntentName: String, parentFollowupIntentName: String)

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 followup intent's parent. Format: projects//agent/intents/.