google-apis-contactcenterinsights_v1 0.44.0 → 0.46.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 +134 -1287
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +10 -610
- data/lib/google/apis/contactcenterinsights_v1/service.rb +8 -7
- metadata +3 -3
@@ -219,8 +219,8 @@ module Google
|
|
219
219
|
execute_or_queue_command(command, &block)
|
220
220
|
end
|
221
221
|
|
222
|
-
# Creates a conversation.
|
223
|
-
#
|
222
|
+
# Creates a conversation. Does not support audio transcription or DLP redaction.
|
223
|
+
# Use `conversations.upload` instead.
|
224
224
|
# @param [String] parent
|
225
225
|
# Required. The parent resource of the conversation.
|
226
226
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation] google_cloud_contactcenterinsights_v1_conversation_object
|
@@ -370,8 +370,9 @@ module Google
|
|
370
370
|
# empty, conversations will be ordered by descending creation time. Supported
|
371
371
|
# values are one of the following: * create_time * customer_satisfaction_rating *
|
372
372
|
# duration * latest_analysis * start_time * turn_count The default sort order
|
373
|
-
# is ascending. To specify order, append `asc` or `desc
|
374
|
-
#
|
373
|
+
# is ascending. To specify order, append `asc` or `desc` (`create_time desc`).
|
374
|
+
# For more details, see [Google AIPs Ordering](https://google.aip.dev/132#
|
375
|
+
# ordering).
|
375
376
|
# @param [Fixnum] page_size
|
376
377
|
# The maximum number of conversations to return in the response. A valid page
|
377
378
|
# size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified,
|
@@ -456,8 +457,8 @@ module Google
|
|
456
457
|
execute_or_queue_command(command, &block)
|
457
458
|
end
|
458
459
|
|
459
|
-
# Create a
|
460
|
-
# CreateConversation by allowing audio transcription and optional DLP redaction.
|
460
|
+
# Create a long-running conversation upload operation. This method differs from `
|
461
|
+
# CreateConversation` by allowing audio transcription and optional DLP redaction.
|
461
462
|
# @param [String] parent
|
462
463
|
# Required. The parent resource of the conversation.
|
463
464
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1UploadConversationRequest] google_cloud_contactcenterinsights_v1_upload_conversation_request_object
|
@@ -791,7 +792,7 @@ module Google
|
|
791
792
|
|
792
793
|
# Exports an issue model to the provided destination.
|
793
794
|
# @param [String] name
|
794
|
-
# Required. The issue model to export
|
795
|
+
# Required. The issue model to export.
|
795
796
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportIssueModelRequest] google_cloud_contactcenterinsights_v1_export_issue_model_request_object
|
796
797
|
# @param [String] fields
|
797
798
|
# Selector specifying which fields to include in a partial response.
|
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.46.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-
|
11
|
+
date: 2024-06-16 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.46.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: []
|