google-apis-contactcenterinsights_v1 0.55.0 → 0.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 223ebd687fc04785c39aff6a9889c9e86dedac67febb50bf96ac793356cbbd6e
4
- data.tar.gz: 2335cbd3a250540c381e56ea751529841fef6234f5feb38fec734db2b36c4f52
3
+ metadata.gz: 13cf26fbb8f97b09f3e525cc9f17387a83fffcebfab93fba9477cc9b3616b80d
4
+ data.tar.gz: 87bd5addf7ed3b42bf1371d2c871fa52686842f5d86f34d34f8e4bec5eb1c92e
5
5
  SHA512:
6
- metadata.gz: 8b12d501ffa867c7819a6bff0f5b6c330d8ff765e7cbae03d2ba1d6f643f26f520fa92e9eacbec1b5d96a5d6205870252cb9d03a1263c7a1f30fa0d013bdd17a
7
- data.tar.gz: 7e32135bc102b7af090cd21010797fba7ef50da422ab1be51c0187c49deaece00aa0c80c182455f5eb812e3902a3d591c279b226e86d7b499d56f06505b0dbc5
6
+ metadata.gz: ae423e259ca9156cd4cfbc166fabd2d2bc07f5c84d49932cc055bb3d4740af10e78f4e557fa2299ee7e4d9869cabc9694b9ddf6c1b1cd7cb0e41fab39a9e9e16
7
+ data.tar.gz: ce072e164a5e5d17920d19b977d07d6182a8d4c74c7701fdefd44b30d8da26de6e271357ac46e387c9f7acf15159e5b8ff6ff370e86fb501d92744fcf24b9c07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.56.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241209
6
+
3
7
  ### v0.55.0 (2024-12-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20241204
@@ -2870,12 +2870,18 @@ module Google
2870
2870
  class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
2871
2871
  include Google::Apis::Core::Hashable
2872
2872
 
2873
+ # The issue model resource.
2874
+ # Corresponds to the JSON property `issueModel`
2875
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel]
2876
+ attr_accessor :issue_model
2877
+
2873
2878
  def initialize(**args)
2874
2879
  update!(**args)
2875
2880
  end
2876
2881
 
2877
2882
  # Update properties of this object
2878
2883
  def update!(**args)
2884
+ @issue_model = args[:issue_model] if args.key?(:issue_model)
2879
2885
  end
2880
2886
  end
2881
2887
 
@@ -7976,12 +7982,18 @@ module Google
7976
7982
  class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
7977
7983
  include Google::Apis::Core::Hashable
7978
7984
 
7985
+ # The issue model resource.
7986
+ # Corresponds to the JSON property `issueModel`
7987
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModel]
7988
+ attr_accessor :issue_model
7989
+
7979
7990
  def initialize(**args)
7980
7991
  update!(**args)
7981
7992
  end
7982
7993
 
7983
7994
  # Update properties of this object
7984
7995
  def update!(**args)
7996
+ @issue_model = args[:issue_model] if args.key?(:issue_model)
7985
7997
  end
7986
7998
  end
7987
7999
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContactcenterinsightsV1
18
18
  # Version of the google-apis-contactcenterinsights_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241204"
25
+ REVISION = "20241209"
26
26
  end
27
27
  end
28
28
  end
@@ -2490,6 +2490,8 @@ module Google
2490
2490
  class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
2491
2491
  # @private
2492
2492
  class Representation < Google::Apis::Core::JsonRepresentation
2493
+ property :issue_model, as: 'issueModel', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1IssueModel::Representation
2494
+
2493
2495
  end
2494
2496
  end
2495
2497
 
@@ -3963,6 +3965,8 @@ module Google
3963
3965
  class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
3964
3966
  # @private
3965
3967
  class Representation < Google::Apis::Core::JsonRepresentation
3968
+ property :issue_model, as: 'issueModel', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModel, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1IssueModel::Representation
3969
+
3966
3970
  end
3967
3971
  end
3968
3972
 
@@ -469,12 +469,10 @@ module Google
469
469
  execute_or_queue_command(command, &block)
470
470
  end
471
471
 
472
- # Gets conversation statistics.
472
+ # Query metrics.
473
473
  # @param [String] location
474
- # Required. The location of the conversations.
475
- # @param [String] filter
476
- # A filter to reduce results to a specific subset. This field is useful for
477
- # getting statistics about conversations with specific properties.
474
+ # Required. The location of the data. "projects/`project`/locations/`location`"
475
+ # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsRequest] google_cloud_contactcenterinsights_v1_query_metrics_request_object
478
476
  # @param [String] fields
479
477
  # Selector specifying which fields to include in a partial response.
480
478
  # @param [String] quota_user
@@ -484,29 +482,32 @@ module Google
484
482
  # Request-specific options
485
483
  #
486
484
  # @yield [result, err] Result & error if block supplied
487
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse] parsed result object
485
+ # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
488
486
  # @yieldparam err [StandardError] error object if request failed
489
487
  #
490
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse]
488
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
491
489
  #
492
490
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
493
491
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
494
492
  # @raise [Google::Apis::AuthorizationError] Authorization is required
495
- def calculate_project_location_authorized_view_set_authorized_view_stats(location, filter: nil, fields: nil, quota_user: nil, options: nil, &block)
496
- command = make_simple_command(:get, 'v1/{+location}:calculateStats', options)
497
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse::Representation
498
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse
493
+ def query_project_location_authorized_view_set_authorized_view_metrics(location, google_cloud_contactcenterinsights_v1_query_metrics_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
494
+ command = make_simple_command(:post, 'v1/{+location}:queryMetrics', options)
495
+ command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsRequest::Representation
496
+ command.request_object = google_cloud_contactcenterinsights_v1_query_metrics_request_object
497
+ command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
498
+ command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
499
499
  command.params['location'] = location unless location.nil?
500
- command.query['filter'] = filter unless filter.nil?
501
500
  command.query['fields'] = fields unless fields.nil?
502
501
  command.query['quotaUser'] = quota_user unless quota_user.nil?
503
502
  execute_or_queue_command(command, &block)
504
503
  end
505
504
 
506
- # Query metrics.
505
+ # Gets conversation statistics.
507
506
  # @param [String] location
508
- # Required. The location of the data. "projects/`project`/locations/`location`"
509
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsRequest] google_cloud_contactcenterinsights_v1_query_metrics_request_object
507
+ # Required. The location of the conversations.
508
+ # @param [String] filter
509
+ # A filter to reduce results to a specific subset. This field is useful for
510
+ # getting statistics about conversations with specific properties.
510
511
  # @param [String] fields
511
512
  # Selector specifying which fields to include in a partial response.
512
513
  # @param [String] quota_user
@@ -516,21 +517,20 @@ module Google
516
517
  # Request-specific options
517
518
  #
518
519
  # @yield [result, err] Result & error if block supplied
519
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
520
+ # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse] parsed result object
520
521
  # @yieldparam err [StandardError] error object if request failed
521
522
  #
522
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
523
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse]
523
524
  #
524
525
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
525
526
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
526
527
  # @raise [Google::Apis::AuthorizationError] Authorization is required
527
- def query_project_location_authorized_view_set_authorized_view_metrics(location, google_cloud_contactcenterinsights_v1_query_metrics_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
528
- command = make_simple_command(:post, 'v1/{+location}:queryMetrics', options)
529
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsRequest::Representation
530
- command.request_object = google_cloud_contactcenterinsights_v1_query_metrics_request_object
531
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
532
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
528
+ def calculate_project_location_authorized_view_set_authorized_view_conversation_stats(location, filter: nil, fields: nil, quota_user: nil, options: nil, &block)
529
+ command = make_simple_command(:get, 'v1/{+location}/conversations:calculateStats', options)
530
+ command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse::Representation
531
+ command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CalculateStatsResponse
533
532
  command.params['location'] = location unless location.nil?
533
+ command.query['filter'] = filter unless filter.nil?
534
534
  command.query['fields'] = fields unless fields.nil?
535
535
  command.query['quotaUser'] = quota_user unless quota_user.nil?
536
536
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contactcenterinsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-08 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
63
63
  post_install_message:
64
64
  rdoc_options: []