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'
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_resultsobject[] nullable

List of mapped utterance object which matches sentences.

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.

label_probabilitiesobject nullable

The labels probabilities. This might be available on conversation classify model outputs.

extract_resultsobject nullable

List of text extraction results. This might be available on classify-extract model outputs.

text_generation_resultsobject nullable

Output of a text generation operator for example Conversation Sumamary.

json_resultsobject nullable
transcript_sidstring nullable

A 34 character string that uniquely identifies this Transcript.

urlstring uri nullable

The URL of this resource.

Changes