Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BasicCard #55

Open
nbulteau opened this issue Jun 13, 2018 · 0 comments
Open

BasicCard #55

nbulteau opened this issue Jun 13, 2018 · 0 comments

Comments

@nbulteau
Copy link

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()) {

MEth0 added a commit to MEth0/actions-on-google-kotlin that referenced this issue Jun 14, 2018
Removing internals in BasicCard() to fix issue ticketmaster#55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant