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

Latest commit

 

History

History
23 lines (17 loc) · 1.74 KB

File metadata and controls

23 lines (17 loc) · 1.74 KB

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

AppRequest

data class AppRequest

Constructors

Name Summary
<init> AppRequest(availableSurfaces: List<Surface>? = null, conversation: Conversation? = null, device: Device? = null, inputs: MutableList<Input>? = null, isInSandbox: Boolean? = null, surface: Surface? = null, user: User? = null)

Properties

Name Summary
availableSurfaces var availableSurfaces: List<Surface>?
conversation var conversation: Conversation?
device var device: Device?
inputs var inputs: MutableList<Input>?
isInSandbox var isInSandbox: Boolean?
surface var surface: Surface?
user var user: User?