Getting improper response from Virtual Agent bot integration API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2022 08:46 AM
I am using the Virtual Agent bot integration API to add a bot to my application.
Whenever I send some random message (example - hii) to the API for the first time I get a valid response from the API i.e
But after this, if I send some random request to the API, I get `undefined` in the response
Expected-
Currently -
After the above `hii` request I am getting the following response -
If I send the `hii` message again after this then I get the proper response.
Am I missing out on some configuration?
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2022 05:19 AM
hi
For the VA API plugin, can you please verify that no object upgrade was skipped because of customizations?
Also, can you run the below script from Scripts background for any open/in_progress conversation and see if the conversation is getting closed or not?
sn_cs.VASystemObject.faultConversation(conversationId,"test", "","test");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2022 12:52 AM