Class: Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListPhraseMatchersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The response of listing phrase matchers.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#phrase_matchers ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher>
The phrase matchers that match the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
956 957 958 959 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 956 class ListPhraseMatchersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_matchers ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher>
Returns The phrase matchers that match the request.
956 957 958 959 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 956 class ListPhraseMatchersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |