Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ListPhraseMatchersRequest.
Request to list phrase matchers.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ListPhraseMatchersRequest
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ parent | stringRequired. The parent resource of the phrase matcher. | 
| ↳ page_size | intThe 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  | 
| ↳ page_token | stringThe value returned by the last  | 
| ↳ filter | stringA filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties. | 
getParent
Required. The parent resource of the phrase matcher.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setParent
Required. The parent resource of the phrase matcher.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPageSize
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.
| Returns | |
|---|---|
| Type | Description | 
| int | |
setPageSize
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | int | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPageToken
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.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setPageToken
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getFilter
A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setFilter
A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameter | |
|---|---|
| Name | Description | 
| parent | stringRequired. The parent resource of the phrase matcher. Please see ContactCenterInsightsClient::locationName() for help formatting this field. | 
| Returns | |
|---|---|
| Type | Description | 
| ListPhraseMatchersRequest | |