google-apis-contactcenterinsights_v1 0.78.0 → 0.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +5404 -2
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +3772 -1311
- data/lib/google/apis/contactcenterinsights_v1/service.rb +90 -0
- metadata +2 -2
|
@@ -1415,6 +1415,36 @@ module Google
|
|
|
1415
1415
|
execute_or_queue_command(command, &block)
|
|
1416
1416
|
end
|
|
1417
1417
|
|
|
1418
|
+
# Gets the signed URI for the audio for the given conversation.
|
|
1419
|
+
# @param [String] name
|
|
1420
|
+
# Required. The name of the conversation to sign.
|
|
1421
|
+
# @param [String] fields
|
|
1422
|
+
# Selector specifying which fields to include in a partial response.
|
|
1423
|
+
# @param [String] quota_user
|
|
1424
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
1425
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
1426
|
+
# @param [Google::Apis::RequestOptions] options
|
|
1427
|
+
# Request-specific options
|
|
1428
|
+
#
|
|
1429
|
+
# @yield [result, err] Result & error if block supplied
|
|
1430
|
+
# @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse] parsed result object
|
|
1431
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
1432
|
+
#
|
|
1433
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse]
|
|
1434
|
+
#
|
|
1435
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1436
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1437
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1438
|
+
def generate_project_location_authorized_view_set_authorized_view_conversation_signed_audio(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
1439
|
+
command = make_simple_command(:get, 'v1/{+name}:generateSignedAudio', options)
|
|
1440
|
+
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse::Representation
|
|
1441
|
+
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse
|
|
1442
|
+
command.params['name'] = name unless name.nil?
|
|
1443
|
+
command.query['fields'] = fields unless fields.nil?
|
|
1444
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1445
|
+
execute_or_queue_command(command, &block)
|
|
1446
|
+
end
|
|
1447
|
+
|
|
1418
1448
|
# Gets a conversation.
|
|
1419
1449
|
# @param [String] name
|
|
1420
1450
|
# Required. The name of the conversation to get.
|
|
@@ -2366,6 +2396,36 @@ module Google
|
|
|
2366
2396
|
execute_or_queue_command(command, &block)
|
|
2367
2397
|
end
|
|
2368
2398
|
|
|
2399
|
+
# Gets the signed URI for the audio for the given conversation.
|
|
2400
|
+
# @param [String] name
|
|
2401
|
+
# Required. The name of the conversation to sign.
|
|
2402
|
+
# @param [String] fields
|
|
2403
|
+
# Selector specifying which fields to include in a partial response.
|
|
2404
|
+
# @param [String] quota_user
|
|
2405
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2406
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2407
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2408
|
+
# Request-specific options
|
|
2409
|
+
#
|
|
2410
|
+
# @yield [result, err] Result & error if block supplied
|
|
2411
|
+
# @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse] parsed result object
|
|
2412
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2413
|
+
#
|
|
2414
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse]
|
|
2415
|
+
#
|
|
2416
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2417
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2418
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2419
|
+
def generate_project_location_conversation_signed_audio(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
2420
|
+
command = make_simple_command(:get, 'v1/{+name}:generateSignedAudio', options)
|
|
2421
|
+
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse::Representation
|
|
2422
|
+
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse
|
|
2423
|
+
command.params['name'] = name unless name.nil?
|
|
2424
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2425
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2426
|
+
execute_or_queue_command(command, &block)
|
|
2427
|
+
end
|
|
2428
|
+
|
|
2369
2429
|
# Gets a conversation.
|
|
2370
2430
|
# @param [String] name
|
|
2371
2431
|
# Required. The name of the conversation to get.
|
|
@@ -3775,6 +3835,36 @@ module Google
|
|
|
3775
3835
|
execute_or_queue_command(command, &block)
|
|
3776
3836
|
end
|
|
3777
3837
|
|
|
3838
|
+
# Gets the signed URI for the audio for the given conversation.
|
|
3839
|
+
# @param [String] name
|
|
3840
|
+
# Required. The name of the conversation to sign.
|
|
3841
|
+
# @param [String] fields
|
|
3842
|
+
# Selector specifying which fields to include in a partial response.
|
|
3843
|
+
# @param [String] quota_user
|
|
3844
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
3845
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
3846
|
+
# @param [Google::Apis::RequestOptions] options
|
|
3847
|
+
# Request-specific options
|
|
3848
|
+
#
|
|
3849
|
+
# @yield [result, err] Result & error if block supplied
|
|
3850
|
+
# @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse] parsed result object
|
|
3851
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
3852
|
+
#
|
|
3853
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse]
|
|
3854
|
+
#
|
|
3855
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3856
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3857
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3858
|
+
def generate_project_location_dataset_conversation_signed_audio(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
3859
|
+
command = make_simple_command(:get, 'v1/{+name}:generateSignedAudio', options)
|
|
3860
|
+
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse::Representation
|
|
3861
|
+
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerateConversationSignedAudioResponse
|
|
3862
|
+
command.params['name'] = name unless name.nil?
|
|
3863
|
+
command.query['fields'] = fields unless fields.nil?
|
|
3864
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3865
|
+
execute_or_queue_command(command, &block)
|
|
3866
|
+
end
|
|
3867
|
+
|
|
3778
3868
|
# Gets a conversation.
|
|
3779
3869
|
# @param [String] name
|
|
3780
3870
|
# Required. The name of the conversation to get.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.80.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.80.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|