Root Cause Event Schema 1.0
Overview
This schema represents the processed data from a customer interaction, including summary, intent, and dissatisfaction analysis.
Schema Version
Version: v1.0
Root Level Structure
Metadata
Field | Type | Description | Example |
---|---|---|---|
| String | Version of the schema | "v1.0" |
| Integer | HTTP-like status code of processing | 200 |
Summary Object
Field | Type | Description | Example |
---|---|---|---|
| String | Unique identifier for the audio file | “67c83dba-63f5-42ad-8274-6dbf654d6451.wav” |
| String | Unique request identifier | ”69e987b4-b66d-4d9b-a876-28faae447832” |
| String | Company name | ”ACME Corporation” |
| String | Specific organization | ”North America” |
| String | Categorization folder | ”Support” |
| Boolean | Whether the call was processed | true |
| String | Result of processing | Complete |
Call Summary Sub-Object
Field | Type | Description | Example |
---|---|---|---|
| String | Type of classification | ”summary” |
| String | Generated text summary of the call | ”The customer contacted the company to update their…[truncated]” |
| Integer | Flag for multiple summaries | 0 |
Client Words
Field | Type | Description |
---|---|---|
| String | Transcribed text with placeholders |
Intent Object
Identical structure to Summary Object, with additional fields:
Call Intent Sub-Object
Field | Type | Description | Example |
---|---|---|---|
| String | Type of classification | ”intent” |
| Boolean | Whether an intent was identified | true |
| String | Explanation of intent | ”The customer contacted the company to update their…[truncated]” |
| Null/String | Categorical identifier | null |
| String | Main category | ”support” |
| String | Specific sub-category | ”update address” |
| String | Classification version | "vi8" |
Dissatisfaction Object
Similar to Intent Object, with:
Call Dissatisfaction Sub-Object
Field | Type | Description | Example |
---|---|---|---|
| String | Type of classification | "dissatisfaction" |
| Boolean | Whether dissatisfaction was identified | false |
| String | Explanation of dissatisfaction | "" |
| Null/String | Categorical identifier | null |
| String | Main category | "uncategorised" |
| String | Specific sub-category | "uncategorised" |
| String | Classification version | "0" |
Key Object
Field | Type | Description | Example |
---|---|---|---|
| String | Request identifier | "dev-apse2-voiceai-s3-ml-development" |
| String | Name of media file | "coming soon" |
Redaction Placeholders
Placeholders used in transcription:
[NUM]
: Numeric value[PERSON]
: Personal name[CAP]
: Capitalized word[DATE]
: Date reference[CHAR]
: Character sequence[LOC]
: Location reference
Processing Flags
processed
: Indicates complete processingidentified_intent
: Confirms intent classificationidentified_dissatisfaction
: Confirms dissatisfaction assessment
Related content
Copyright © VoiceAI Pty Ltd 2021, All Rights Reserved