just-ai/jaicf-kotlin

Google Assistant Channel omnichannel reactions issues

Denire opened this issue · 1 comments

Google Assistant (ActionsReactions) has it own rules for composing Response card, this leads to issues when we want to create a Scenario that will work mostly the same in all channels using default reactions.

Example:

action {
  reactions.image("url")
  reactions.say("text")
}

This will work in all channels but google.

I think we can and should make ActionsReactions work the same way as other channels.

@veptechno looks like issue is resolved by now?