Fetching Cards from DialogFlow into a Flow Xo Interaction

(JI) #1

I’d like to know:

  1. If it’s possible to fetch Cards (and by extension, other rich messages) from DialogFlow into my Flow Xo Interactions.
  2. What other options are available to me for DialogFlow cards integration into Flow Xo (or Flow Xo Send a card/Card Set functionality)

So far, by using a series of HTTP Requests and “Ask a Question”/“Send a Message” actions I’m able to build a basic NLU based conversation in Flow Xo with DialogFlow. But I have trouble finding my way around including Cards from DialogFlow in my Flow Xo interactions.

I know I can use the Flow Xo cards, which is very straight forward; but I’m thinking that using NLU to serve DialogFlow cards through Flow Xo would promote greater flexibility.

Any ideas?

(Daniel Beckett) #2

Hi @jerryiversen

Unfortunately I don’t believe that’s possible. The closest solution would be to pull back the information from Dialogflow using a HTTP Request and then use the Flow XO cards to send it to the user.

(JI) #3

Sure @DanielBeckett, that helps a lot. Thanks!