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 class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities like message handling, equality comparisons, deep cloning, and buffer operations."],["The latest version of the API for this specific class is 2.19.0, with multiple prior versions available for reference."],["`PhraseMatchRule` objects are constructed either with default settings using the `PhraseMatchRule()` constructor or by copying an existing `PhraseMatchRule` instance via the `PhraseMatchRule(PhraseMatchRule other)` constructor."],["The class has key properties such as `Config`, which offers rule-specific configurations; `Negated`, a boolean that indicates whether the phrase's presence or absence is being matched; and `Query`, which is a string defining the phrase to be matched."]]],[]]