You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a BasicCard in my Java code but the Json serialisation is not correct.
I have "formattedText$sdk" = "" instead of "formattedText" = "".
May be "internal var" the cause ?
data class BasicCard(internal var title: String = "",
internal var formattedText: String = "",
internal var subtitle: String? = null,
internal var image: Image? = null,
internal var imageDisplayOptions: ImageDisplays? = null,
internal var buttons: MutableList = mutableListOf()) {
The text was updated successfully, but these errors were encountered:
MEth0
added a commit
to MEth0/actions-on-google-kotlin
that referenced
this issue
Jun 14, 2018
I use a BasicCard in my Java code but the Json serialisation is not correct.
I have "formattedText$sdk" = "" instead of "formattedText" = "".
May be "internal var" the cause ?
data class BasicCard(internal var title: String = "",
internal var formattedText: String = "",
internal var subtitle: String? = null,
internal var image: Image? = null,
internal var imageDisplayOptions: ImageDisplays? = null,
internal var buttons: MutableList = mutableListOf()) {
The text was updated successfully, but these errors were encountered: