public sealed class CreatePhraseMatcherRequest : IMessage<CreatePhraseMatcherRequest>, IEquatable<CreatePhraseMatcherRequest>, IDeepCloneable<CreatePhraseMatcherRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class CreatePhraseMatcherRequest.
Request to create a phrase matcher.
Implements
IMessageCreatePhraseMatcherRequest, IEquatableCreatePhraseMatcherRequest, IDeepCloneableCreatePhraseMatcherRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreatePhraseMatcherRequest()
public CreatePhraseMatcherRequest()CreatePhraseMatcherRequest(CreatePhraseMatcherRequest)
public CreatePhraseMatcherRequest(CreatePhraseMatcherRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreatePhraseMatcherRequest |
Properties
Parent
public string Parent { get; set; }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>
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
PhraseMatcher
public PhraseMatcher PhraseMatcher { get; set; }Required. The phrase matcher resource to create.
| Property Value | |
|---|---|
| Type | Description |
PhraseMatcher |
|