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

Latest commit

 

History

History
24 lines (18 loc) · 2.24 KB

File metadata and controls

24 lines (18 loc) · 2.24 KB

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

GooglePayload

data class GooglePayload

Constructors

Name Summary
<init> GooglePayload(isSsml: Boolean= false, expectUserResponse:Boolean= false, text:String? = null, permissionsRequest: PermissionsRequest? = null, systemIntent: SystemIntent? = null, richResponse: RichResponse? = null, userStorage: String? = null, noInputPrompts: MutableList<GoogleSimpleResponse> = mutableListOf())

Properties

Name Summary
expectUserResponse var expectUserResponse: Boolean
isSsml var isSsml: Boolean
noInputPrompts var noInputPrompts: MutableList<GoogleSimpleResponse>
permissionsRequest var permissionsRequest: PermissionsRequest?
richResponse var richResponse: RichResponse?
systemIntent var systemIntent: SystemIntent?
text var text: String?
userStorage var userStorage: String?