public sealed class ListPhraseMatchersRequest : IMessage<ListPhraseMatchersRequest>, IEquatable<ListPhraseMatchersRequest>, IDeepCloneable<ListPhraseMatchersRequest>, IBufferMessage, IMessage, IPageRequest
Request to list phrase matchers.
Implements
IMessage<ListPhraseMatchersRequest>, IEquatable<ListPhraseMatchersRequest>, IDeepCloneable<ListPhraseMatchersRequest>, 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 |
Int32 |
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 |