You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a way to determine if the conversation has been disconnected and cannot be continued.
Currently if the Conversation Disconnect configuration is set to 'Display conversation status and disconnect session' then the session is disconnected and any subsequent .sendText(...) results in the response:
{"type":"response","class":"string","code":409,"body":"Session is read-only, no new messages allowed"}
Update API to surface the Disconnect presence in the StructuredMessage sent from the bot:
Implement a way to determine if the conversation has been disconnected and cannot be continued.
Currently if the Conversation Disconnect configuration is set to 'Display conversation status and disconnect session' then the session is disconnected and any subsequent
.sendText(...)
results in the response:Update API to surface the
Disconnect
presence in theStructuredMessage
sent from the bot:The text was updated successfully, but these errors were encountered: