public sealed class PhraseMatchRule : IMessage<PhraseMatchRule>, IEquatable<PhraseMatchRule>, IDeepCloneable<PhraseMatchRule>, IBufferMessage, IMessage
[[["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 `PhraseMatchRule` is 2.19.0, with various earlier versions available, spanning from 1.0.0 to 2.18.0."],["`PhraseMatchRule` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities related to message handling, equality checks, deep cloning, and buffer operations."],["The `PhraseMatchRule` class has two constructors, a default one and another which accepts another `PhraseMatchRule` object as a parameter."],["Key properties of `PhraseMatchRule` include `Config` for rule application details, `Negated` to specify if the phrase should be present or absent, and the required `Query` property, which holds the phrase to be matched."]]],[]]