public sealed class PhraseMatchRule : IMessage<PhraseMatchRule>, IEquatable<PhraseMatchRule>, IDeepCloneable<PhraseMatchRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchRule.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `PhraseMatchRule` class in the Contact Center AI Insights v1 API is version 2.19.0, with previous versions ranging down to 1.0.0 being documented."],["The `PhraseMatchRule` class is used for defining the data for a phrase match rule in contact center insights, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Config`, to specify how to apply the rule, `Negated`, to indicate whether the phrase should be present or absent, and `Query`, which contains the phrase to be matched."],["There are two constructors in the class `PhraseMatchRule`, the default constructor `PhraseMatchRule()` and the constructor `PhraseMatchRule(PhraseMatchRule other)` which takes another instance of `PhraseMatchRule` as a parameter."]]],[]]