Contact Center AI Insights v1 API - Class CreatePhraseMatcherRequest (2.6.0)

public sealed class CreatePhraseMatcherRequest : IMessage<CreatePhraseMatcherRequest>, IEquatable<CreatePhraseMatcherRequest>, IDeepCloneable<CreatePhraseMatcherRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class CreatePhraseMatcherRequest.

Request to create a phrase matcher.

Inheritance

object > CreatePhraseMatcherRequest

Namespace

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CreatePhraseMatcherRequest()

public CreatePhraseMatcherRequest()

CreatePhraseMatcherRequest(CreatePhraseMatcherRequest)

public CreatePhraseMatcherRequest(CreatePhraseMatcherRequest other)
Parameter
NameDescription
otherCreatePhraseMatcherRequest

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/&lt;Project ID&gt;/locations/&lt;Location ID&gt; or projects/&lt;Project Number&gt;/locations/&lt;Location ID&gt;

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

PhraseMatcher

public PhraseMatcher PhraseMatcher { get; set; }

Required. The phrase matcher resource to create.

Property Value
TypeDescription
PhraseMatcher