You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dialogflow Essentials Edition users
I am developing a core java application and using service account key for authentication due to limitation in our environment for oAuth, is there a way get the first welcome intent automatically with the help of java client library or any other methods. ideal scenario is i want to call a function which will return the fulfillment text of default welcome intent without having to pass user input.
Gurkomal (Cloud Platform Support)
unread,
Dec 7, 2020, 5:32:02 PM12/7/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dialogflow Essentials Edition users
Hello,
The solution should be to use events [1] similar to how some current integrations generate welcome messages using welcome events[2].