transcript
data[“transcript”]
- Full conversation transcript as a stringtranscript_json
data[“transcript_json”]
- Transcript as a structured list with
speaker informationmetadata
data[“metadata”]
- Additional metadata as a dictionarydynamic_variables
data[“dynamic_variables”]
- Dynamic variables as a dictionarycall_duration
data[“call_duration”]
- Call duration in seconds as an integertags
call_ended_reason
data[“call_ended_reason”]
- Reason why the call ended (e.g.,
“hangup”, “timeout”, “error”)metric_results
data[“metric_results”]
- Results from other Basic, Advanced,
and pre-defined metrics evaluated for this call. You can also access
individual metric results directly using
data[<metric_name>]
_result
- The evaluation outcome (can be boolean, numeric, string, etc.)_explanation
- A string explaining the reasoning behind the resultdata[<metric_name>]
. This allows you to create complex evaluations that depend on the outcomes of other metrics.
Example usage: