public sealed class CreatePhraseMatcherRequest : IMessage<CreatePhraseMatcherRequest>, IEquatable<CreatePhraseMatcherRequest>, IDeepCloneable<CreatePhraseMatcherRequest>, IBufferMessage, IMessage
Request to create a phrase matcher.
Implements
IMessage<CreatePhraseMatcherRequest>, IEquatable<CreatePhraseMatcherRequest>, IDeepCloneable<CreatePhraseMatcherRequest>, 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 |