github.com/twilio/twilio-go@v1.20.1/rest/intelligence/v2/docs/IntelligenceV2OperatorResult.md (about)

     1  # IntelligenceV2OperatorResult
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **OperatorType** | Pointer to [**string**](OperatorResultEnumOperatorType.md) |  |
     8  **Name** | Pointer to **string** | The name of the applied Language Understanding. |
     9  **OperatorSid** | Pointer to **string** | A 34 character string that identifies this Language Understanding operator sid. |
    10  **ExtractMatch** | Pointer to **bool** | Boolean to tell if extract Language Understanding Processing model matches results. |
    11  **MatchProbability** | Pointer to **float32** | Percentage of 'matching' class needed to consider a sentence matches |
    12  **NormalizedResult** | Pointer to **string** | Normalized output of extraction stage which matches Label. |
    13  **UtteranceResults** | Pointer to **[]interface{}** | List of mapped utterance object which matches sentences. |
    14  **UtteranceMatch** | Pointer to **bool** | Boolean to tell if Utterance matches results. |
    15  **PredictedLabel** | Pointer to **string** | The 'matching' class. This might be available on conversation classify model outputs. |
    16  **PredictedProbability** | Pointer to **float32** | Percentage of 'matching' class needed to consider a sentence matches. |
    17  **LabelProbabilities** | Pointer to **interface{}** | The labels probabilities. This might be available on conversation classify model outputs. |
    18  **ExtractResults** | Pointer to **interface{}** | List of text extraction results. This might be available on classify-extract model outputs. |
    19  **TextGenerationResults** | Pointer to **interface{}** | Output of a text generation operator for example Conversation Sumamary. |
    20  **TranscriptSid** | Pointer to **string** | A 34 character string that uniquely identifies this Transcript. |
    21  **Url** | Pointer to **string** | The URL of this resource. |
    22  
    23  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    24  
    25