v48

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-03-102923198.5 KB
IntelligenceV2OperatorResult

Fetch a specific Operator Result for the given Transcript.

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. If redaction is enabled, the default is True.

Response

OK

operator_type'conversation-classify' | 'utterance-classify' | 'extract' | 'extract-normalize' | 'pii-extract' | 'text-generation' | 'json'

The type of the applied Language Understanding Operator. One of conversation-classify, utterance-classify, extract, extract-normalize, or 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}
{"stackTrail":"components:schemas:intelligence.v2.transcript.operator_result:properties:text_generation_results","oasType":"schema","type":"unknown","description":"Output of a text generation operator for example Conversation Sumamary.","nullable":true}
{"stackTrail":"components:schemas:intelligence.v2.transcript.operator_result:properties:json_results","oasType":"schema","type":"unknown","nullable":true}
transcript_sidstring nullable

A 34 character string that uniquely identifies this Transcript.

urlstring uri nullable

The URL of this resource.