In the end-of-call-report, does the structuredData...
# general-english
t
In the end-of-call-report, does the structuredDataPlan have access to which workflow node the call was in at the time? For example, I want to estimate caller sentiment at each step of the workflow. I was able to get an array of numbers but it looks like one per reply. When I tried to specify an array of objects like [{ node: string, sentiment: number}] I get an empty array. I'm not sure what information the agent has during that step, it might include the nodes, or just the transcript.
3 Views