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 page details the `CreatePhraseMatcherRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically version 2.0.0, along with its various versions."],["The `CreatePhraseMatcherRequest` class is used to request the creation of a phrase matcher and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Parent`, `ParentAsLocationName`, and `PhraseMatcher`, which are used to define the location and the details of the phrase matcher to be created."],["The latest version is 2.19.0, with a history of available previous versions from 2.18.0 all the way down to 1.0.0, giving users access to a wide range of historical versions."],["There are two constructors available, a default one with no parameters and another that allows for the passing in of a `CreatePhraseMatcherRequest` instance, making it flexible when needing to use pre-existing objects."]]],[]]