Sha256: fc44248630343ebf3dfb2a27274f84f2c770154acf3b0b9225c3b6c2c96510f2
Contents?: true
Size: 1.58 KB
Versions: 162
Compression:
Stored size: 1.58 KB
Contents
--- title: Keyword --- ## PureCloud::Keyword ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **phrase** | **String** | The word or phrase which is being looked for with speech recognition. | | | **confidence** | **Integer** | A sensitivity threshold that can be increased to lower false positives or decreased to reduce false negatives. | | | **agent_score_modifier** | **Integer** | A modifier to the evaluation score when the phrase is spotted in the agent channel | | | **customer_score_modifier** | **Integer** | A modifier to the evaluation score when the phrase is spotted in the customer channel | | | **alternate_spellings** | **Array<String>** | Other spellings of the phrase that can be added to reduce missed spots (false negatives). | [optional] | | **pronunciations** | **Array<String>** | The phonetic spellings for the phrase and alternate spellings. | [optional] | | **anti_words** | **Array<String>** | Words that are similar to the phrase but not desired. Added to reduce incorrect spots (false positives). | [optional] | | **anti_pronunciations** | **Array<String>** | The phonetic spellings for the antiWords. | [optional] | | **spotability_index** | **Float** | A prediction of how easy it is to unambiguously spot the keyword within its language based on spelling. | [optional] | | **margin_of_error** | **Float** | | [optional] | | **pronunciation** | **String** | | [optional] | {: class="table table-striped"}
Version data entries
162 entries across 162 versions & 2 rubygems