dependent-tan•2y ago
Sequence of APIs to hit in order to carry out the conversation! Flutter Integration
Hi everyone, I'm thinking to use Dialog API to manually integrate the chatBot with my flutter application. I need help in figuring out the sequence of API calls to make to initate the convo, carry out the convo etc.
I tried to do initation and carrying out from the docs playground directly https://developer.voiceflow.com/reference/stateinteract-1
but am not successful. Can someone help me out with this?
2 Replies
You need to start the chat with a userId. Then you start chatting.
dependent-tanOP•2y ago
First is request type has to be "launch" then "text"
I hope I'm right.