keywordsandphrasesfilter

API Docs by APIMATIC

Keywordsandphrasesfilter

A speaker spoken words and phrases search

Fields

NameDescription
must Required
array<String>

Only calls with transcription that includes all of the specified keywords and phrases are returned. The listed keywords and phrases are combined using logical AND

match Required
array<String>

Only calls with transcription that includes any of the specified keywords and phrases are returned. The listed keywords and phrases are combined using logical OR

exclude Required
array<String>

Only calls with transcription that does not include any of the specified keywords and phrases are returned. The listed keywords and phrases are combined using logical OR

{
  "must": [
    "Hello"
  ],
  "match": [
    "Hi"
  ],
  "exclude": [
    "I don't know"
  ]
}