-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Creating a message type to access in the library #9
Comments
@ElZombieIsra Was wondering if you could assist here? Just what to create in the response on Dialogflow that will allow the library to render those cards, carousels etc? |
Hey guys. What I'm doing in the DialogFlow console inside the intent is adding a custom response pressing this icon Then pressing "Facebook" Then inside the "Facebook" tab, pressing "Add Responses" After that, you select "Card" And fill the inputs as you wish Hope that helps. Let me know if we can close this issue and if you need anything else |
That's very helpful! We originally tried Google Assistant as there were more responses to return. Was there a reason why ye didn't look at Google Assistant for response types? |
Nevermind, thanks for your help, it's working as expected :) |
Can you also give us a demo for suggestion chip from google assistance? |
@bashiryousufy Have you figure out for google assistance ?? |
I see you have your message types, and can also see you have the card showing in the example. But when using Dialogflow to create responses, what does the library Message components expect to see to set its Message type? For instance, using the Default response, you are given two options, Text and Payload. Action on Google has many more options, but the library doesn't seem to work well with it, not being able to read its response type.
What Dialogflow response's should we use to allow for the library to extract the message type. Do you have an example?
The text was updated successfully, but these errors were encountered: