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, specifically version 1.3.0, used to request the creation of a phrase matcher."],["The `CreatePhraseMatcherRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google Cloud .NET ecosystem."],["The class includes properties such as `Parent` (a string representing the resource location) and `PhraseMatcher` (the phrase matcher resource to be created) which are essential for the creation of a new phrase matcher."],["There is a history of version releases listed, with the most recent version being 2.19.0 and going back to version 1.0.0, indicating multiple updates to this feature."],["There are also multiple implementations of `CreatePhraseMatcherRequest` constructors available, one being the default, and the other accepting another `CreatePhraseMatcherRequest` object as a parameter."]]],[]]