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.