Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.13 KB

File metadata and controls

25 lines (17 loc) · 1.13 KB

core / org.rewedigital.dialog.model.google / SystemIntent

SystemIntent

data class SystemIntent

Constructors

Name Summary
<init> SystemIntent(spec: Spec? = null, intent: SystemIntents? = null, data: Data? = null)
SystemIntent(spec: Spec? = null, intent: String? = null, data: Data? = null)

Properties

Name Summary
data var data: Data?
intent var intent: String?
spec var spec: Spec?

Companion Object Functions

Name Summary
createCarouselSelect fun createCarouselSelect(vararg items: GoogleCarouselItem): SystemIntent