Support for more responses in dialogflow

According to the github page there is only support for the following responses:

  • Text,
  • Image
  • Quick replies
  • Cards
    Is there going to be support for other response types such as suggestions, carouselSelect, mediaContent, etc? This would really help with testing these kinds of responses.
    Would you have suggestions on how to test unsupported response types?
1 Like

The github page is not fully up to date. You can see in the code what types are supported right now. suggestions, carouselSelect, pictures etc are all there.

If something is not supported, you can make use of the JSON_PATH asserter for accessing the raw Dialogflow response.

2 Likes

Can you give me an example of how to access the session parameters in Dialogflow CX and do the assertion against it?

Can you give me an example of how to access the session parameters in Dialogflow CX and do the assertion against it?