Class: Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to list phrase matchers.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter to reduce results to a specific subset.
-
#page_size ⇒ ::Integer
The maximum number of phrase matchers to return in the response.
-
#page_token ⇒ ::String
The value returned by the last
ListPhraseMatchersResponse
. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns A filter to reduce results to a specific subset. Useful for querying phrase matchers with specific properties.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1085 class ListPhraseMatchersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1085 class ListPhraseMatchersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1085 class ListPhraseMatchersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the phrase matcher.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1085 class ListPhraseMatchersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |