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 `PhraseMatchRule` class in the `Google.Cloud.ContactCenterInsights.V1` namespace is used for defining phrase matching rules within the Contact Center AI Insights v1 API."],["This documentation outlines multiple versions of the `PhraseMatchRule` class, ranging from version 1.0.0 to the latest 2.19.0, allowing you to access documentation for previous iterations."],["The `PhraseMatchRule` class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, as well as having two constructor options."],["Key properties of `PhraseMatchRule` include `Config`, `Negated`, and `Query`, which provide configuration details, whether the rule should be missing or present, and the phrase to be matched respectively."],["The most current version of the `PhraseMatchRule` is in version `2.19.0`."]]],[]]