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

How to use Custom Event(s) in Dialogflow to invoke an event #51

Open
Shajeel-Afzal opened this issue Jul 11, 2019 · 2 comments
Open

How to use Custom Event(s) in Dialogflow to invoke an event #51

Shajeel-Afzal opened this issue Jul 11, 2019 · 2 comments

Comments

@Shajeel-Afzal
Copy link

Hi,

I am trying to invoke in the Default Welcome Intent via using Custom Event (WELCOME) to initiate the conversation. How to achieve this while using dialogflow-cordova-plugin?

Here is the documentation for custom event information: https://cloud.google.com/dialogflow/docs/reference/rest/v2beta1/QueryInput

Screenshot 2019-07-11 at 3 21 44 PM

@rcpinheiro
Copy link

rcpinheiro commented Jul 11, 2019

You can't since that is a V2 feature and the cordova client only supports V1.
Anyway, don't use this client because it will stop working in October. Check deprecation notice in the homepage and the V2 clients in https://dialogflow.com/docs/sdks#v2_client_libraries

@Shajeel-Afzal
Copy link
Author

@rcpinheiro, can you please guide on how to do via the REST API?

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

2 participants