Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

The response of listing phrase matchers.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse

Returns a new instance of GoogleCloudContactcenterinsightsV1ListPhraseMatchersResponse.



2289
2290
2291
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2289

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2282
2283
2284
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2282

def next_page_token
  @next_page_token
end

#phrase_matchersArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1PhraseMatcher>

The phrase matchers that match the request. Corresponds to the JSON property phraseMatchers



2287
2288
2289
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2287

def phrase_matchers
  @phrase_matchers
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2294
2295
2296
2297
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2294

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @phrase_matchers = args[:phrase_matchers] if args.key?(:phrase_matchers)
end