What does isDone property represent

I want to understand what exactly does isDone property represent. I don't see it's documentation anywhere.
Everything is included here https://developer.genesys.cloud/platform/embeddable-framework/condensed-conversation-info except the isDone property.
Here is an example
{"type":"screenPop","data":{"searchString":"+xxxxxxxxx","interactionId":{"id":"xxxxxxx-xxxxx-xxxxx-xxxxxxxxxxxxxxxx","phone":"tel:+xxxxxxxxxx","name":"xxxxxx xxxxxxxx","isConnected":false,"isDisconnected":false,"isDone":false,"state":"ALERTING","isCallback":false,"isDialer":false,"isChat":false,"isEmail":false,"isMessage":false,"isVoicemail":false,"remoteName":"xxxxxxx","recordingState":"active","displayAddress":"+xxxxxxxxxx","ani":"+xxxxxxxxx","calledNumber":"+xxxxxxxxx","direction":"Inbound","isInternal":false}}}

Does it mean the interaction was RONA? (Agent did not pick up the call if it is true)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.