core / org.rewedigital.dialog.model.google / GooglePayload
data class GooglePayload
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()) |
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 ? |