Class CreatePhraseMatcherRequest (1.2.0)

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

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