Get single speech insights
Query Parameters
- mhid string required
An MHID is a uniquely identifiable ID that can be used to retrieve details about an item.
Responses
- 200
- 400
- 404
- application/json
- Schema
- Example (from schema)
Schema array
- mhid string
The mhid of the call
answers object[]
question stringanswer stringreason string
[
{
"mhid": 1,
"answers": [
{
"question": "Who answer the call?",
"answer": "Adam",
"reason": "Based on the transcript, the agent who answered the call is named Adam. This can be seen in the first line of the transcript where the agent says 'Good afternoon. Thank you for calling Media Hawk Adam Speaking.'"
}
]
}
]
Validation error in request, details can be found in the body of the response
Call not found