public sealed class ListPhraseMatchersRequest : IMessage<ListPhraseMatchersRequest>, IEquatable<ListPhraseMatchersRequest>, IDeepCloneable<ListPhraseMatchersRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListPhraseMatchersRequest.
Request to list phrase matchers.
Implements
IMessageListPhraseMatchersRequest, IEquatableListPhraseMatchersRequest, IDeepCloneableListPhraseMatchersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListPhraseMatchersRequest()
public ListPhraseMatchersRequest()
ListPhraseMatchersRequest(ListPhraseMatchersRequest)
public ListPhraseMatchersRequest(ListPhraseMatchersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListPhraseMatchersRequest |
Properties
Filter
public string Filter { get; set; }
A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of phrase matchers to return in the response. If this
value is zero, the service will select a default size. A call might return
fewer objects than requested. A non-empty next_page_token
in the response
indicates that more data is available.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The value returned by the last ListPhraseMatchersResponse
. This value
indicates that this is a continuation of a prior ListPhraseMatchers
call
and that the system should return the next page of data.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the phrase matcher.
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 |