public sealed class CreatePhraseMatcherRequest : IMessage<CreatePhraseMatcherRequest>, IEquatable<CreatePhraseMatcherRequest>, IDeepCloneable<CreatePhraseMatcherRequest>, IBufferMessage, IMessage
Required. The parent resource of the phrase matcher. Required. The location
to create a phrase matcher for. Format: projects/<Project
ID>/locations/<Location ID> or projects/<Project
Number>/locations/<Location ID>
[[["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."],[[["This webpage details the `CreatePhraseMatcherRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is used to create a phrase matcher."],["The latest version of this request object is 2.19.0, and the page offers access to documentation for versions ranging from 1.0.0 to 2.19.0, with direct links to each version."],["The `CreatePhraseMatcherRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering deep cloning and message buffer capabilities, among others."],["Key properties of the `CreatePhraseMatcherRequest` include `Parent` for specifying the location of the phrase matcher and `PhraseMatcher` for defining the resource to be created."],["The `CreatePhraseMatcherRequest` object has two constructors, a parameterless constructor, and one that receives another `CreatePhraseMatcherRequest` as a parameter for cloning."]]],[]]