Hi Guys,
Im using below platform API to retrieve the AI generated call summary with Agent Copilot feature -
/api/v2/conversations/{conversationId}/summaries
It provides the AI generated summary but not the agent edited one.(When agent sees the summary in the ACW and makes necessary changes since AI generated ones are sometimes incorrect.)
I see there is one parameter in the response "editedsummary" but this parameter comes empty even if agent edits the summary.
Im not sure if this paramter needs any permissions or any configuration needs to do ?
How can I access this edited AI generated summary after the call ends ?