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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +12 -0
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +4 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +23 -23
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13cf26fbb8f97b09f3e525cc9f17387a83fffcebfab93fba9477cc9b3616b80d
|
4
|
+
data.tar.gz: 87bd5addf7ed3b42bf1371d2c871fa52686842f5d86f34d34f8e4bec5eb1c92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae423e259ca9156cd4cfbc166fabd2d2bc07f5c84d49932cc055bb3d4740af10e78f4e557fa2299ee7e4d9869cabc9694b9ddf6c1b1cd7cb0e41fab39a9e9e16
|
7
|
+
data.tar.gz: ce072e164a5e5d17920d19b977d07d6182a8d4c74c7701fdefd44b30d8da26de6e271357ac46e387c9f7acf15159e5b8ff6ff370e86fb501d92744fcf24b9c07
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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
|
-
#
|
472
|
+
# Query metrics.
|
473
473
|
# @param [String] location
|
474
|
-
# Required. The location of the
|
475
|
-
# @param [
|
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::
|
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::
|
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
|
496
|
-
command = make_simple_command(:
|
497
|
-
command.
|
498
|
-
command.
|
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
|
-
#
|
505
|
+
# Gets conversation statistics.
|
507
506
|
# @param [String] location
|
508
|
-
# Required. The location of the
|
509
|
-
# @param [
|
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::
|
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::
|
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
|
528
|
-
command = make_simple_command(:
|
529
|
-
command.
|
530
|
-
command.
|
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.
|
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-
|
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.
|
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: []
|