IntelligenceV2OperatorResult

Fetch a specific Operator Result for the given Transcript.

get/v2/Transcripts/{TranscriptSid}/OperatorResults/{OperatorSid}

Path parameters

TranscriptSidstring required

A 34 character string that uniquely identifies this Transcript.

OperatorSidstring required

A 34 character string that identifies this Language Understanding operator sid.

Query parameters

Redactedboolean

Grant access to PII redacted/unredacted Language Understanding operator. The default is True.

Response

OK

operator_type'conversation_classify' | 'utterance_classify' | 'extract' | 'extract_normalize' | 'pii_extract'
namestring nullable

The name of the applied Language Understanding.

operator_sidstring nullable

A 34 character string that identifies this Language Understanding operator sid.

extract_matchboolean nullable

Boolean to tell if extract Language Understanding Processing model matches results.

match_probabilitynumber nullable

Percentage of 'matching' class needed to consider a sentence matches

normalized_resultstring nullable

Normalized output of extraction stage which matches Label.

utterance_matchboolean nullable

Boolean to tell if Utterance matches results.

predicted_labelstring nullable

The 'matching' class. This might be available on conversation classify model outputs.

predicted_probabilitynumber nullable

Percentage of 'matching' class needed to consider a sentence matches.

{"stackTrail":"components:schemas:intelligence.v2.transcript.operator_result:properties:label_probabilities","oasType":"schema","type":"unknown","description":"The labels probabilities. This might be available on conversation classify model outputs.","nullable":true}
{"stackTrail":"components:schemas:intelligence.v2.transcript.operator_result:properties:extract_results","oasType":"schema","type":"unknown","description":"List of text extraction results. This might be available on classify-extract model outputs.","nullable":true}
transcript_sidstring nullable

A 34 character string that uniquely identifies this Transcript.

urlstring uri nullable

The URL of this resource.

Changes