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

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

Google.Cloud.ContactCenterInsights.V1

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

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