Values.RuleSourceA rule is a set of criteria that you can specify to flag an attribute in your Call Analytics output. Rules define a Call Analytics category. Rules can include these parameters: , , , and . To learn more about Call Analytics rules and categories, see Creating categories for post-call transcriptions and Creating categories for real-time transcriptions. To learn more about Call Analytics, see Analyzing call center audio with Call Analytics.
type nonrec t = {nonTalkTimeFilter : NonTalkTimeFilter.t option;Flag the presence or absence of periods of silence in your Call Analytics transcription output. Refer to for more detail.
*)interruptionFilter : InterruptionFilter.t option;Flag the presence or absence of interruptions in your Call Analytics transcription output. Refer to for more detail.
*)transcriptFilter : TranscriptFilter.t option;Flag the presence or absence of specific words or phrases in your Call Analytics transcription output. Refer to for more detail.
*)sentimentFilter : SentimentFilter.t option;Flag the presence or absence of specific sentiments in your Call Analytics transcription output. Refer to for more detail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Enum of string | `String of NonEmptyString.t ] list
| `Long of TimestampMilliseconds.t
| `Structure of
(string
* [> `Integer of Percentage.t
| `Long of TimestampMilliseconds.t ])
list ])
list ])
list ]