OperatorResults Resource
Public Beta
Voice Intelligence is currently available as a public beta release. Some features are not yet implemented and others may be changed before the product is declared as Generally Available. Beta products are not covered by a Twilio SLA.
Learn more about beta product support.
The OperatorResults
resource returns a list of operator inferences for a Transcript
.
The returned Language Operators are the ones that were deployed to the Service
at the time of the creation of the Transcript
.
OperatorResults Properties
Resource Properties in REST API format | |
---|---|
operator_type
|
The type of the applied Language Understanding Operator. One of conversation-classify, utterance-classify, extract, extract-normalize, or pii-extract |
name
|
The name of the applied Language Understanding. |
operator_sid
|
A 34 character string that identifies this Language Understanding operator sid. |
extract_match
|
Boolean to tell if extract Language Understanding Processing model matches results. |
match_probability
|
Percentage of 'matching' class needed to consider a sentence matches |
normalized_result
|
Normalized output of extraction stage which matches Label. |
utterance_results
|
List of mapped utterance object which matches sentences. |
utterance_match
|
Boolean to tell if Utterance matches results. |
predicted_label
|
The 'matching' class. This might be available on conversation classify model outputs. |
predicted_probability
|
Percentage of 'matching' class needed to consider a sentence matches. |
label_probabilities
|
The labels probabilities. This might be available on conversation classify model outputs. |
extract_results
|
List of text extraction results. This might be available on classify-extract model outputs. |
transcript_sid
|
A 34 character string that uniquely identifies this Transcript. |
url
|
The URL of this resource. |
Get OperatorResults
https://intelligence.twilio.com/v2/Transcripts/{TranscriptSid}/OperatorResults
Parameters
Parameters in REST API format | |
---|---|
transcript_sid
Path
|
A 34 character string that uniquely identifies this Transcript. |
redacted
Optional
|
Grant access to PII redacted/unredacted Language Understanding operator. The default is True. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.