google-cloud-contact_center_insights-v1 1.4.0 → 1.5.1
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/README.md +1 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/client.rb +9 -2
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/operations.rb +9 -2
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/client.rb +8 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/operations.rb +8 -1
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb +8 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +64 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee57f2a2b8efc2036cb963052bc7c1d211c5387f1bb177ce8fa3e1a497f7979c
|
4
|
+
data.tar.gz: 3d6dccf4bc1b991db88cb9142c2c43d022b956c7e42a818e37588f432c1b5583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4da6547849341796924a8cc86b4b9ba04d61ea1aaa2bd0616b52b764513166318283c6a56ed73100a3ca072321e1a6e3148fcdb9f73603c611a86bd245b2b5c
|
7
|
+
data.tar.gz: 6494aa39f31f46fb599d99df30d4ac5af5169708d5df4864cd7f5df0cebda91e8afcc6a97a035e5debcd61684d2e51164cd99eaeac6182447bbaecd78087ef60
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -7199,6 +7199,13 @@ module Google
|
|
7199
7199
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
7200
7200
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
7201
7201
|
# * (`nil`) indicating no credentials
|
7202
|
+
#
|
7203
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
7204
|
+
# external source for authentication to Google Cloud, you must validate it before
|
7205
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
7206
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
7207
|
+
# For more information, refer to [Validate credential configurations from external
|
7208
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
7202
7209
|
# @return [::Object]
|
7203
7210
|
# @!attribute [rw] scope
|
7204
7211
|
# The OAuth scopes
|
@@ -7253,8 +7260,8 @@ module Google
|
|
7253
7260
|
|
7254
7261
|
config_attr :endpoint, nil, ::String, nil
|
7255
7262
|
config_attr :credentials, nil do |value|
|
7256
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
7257
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
7263
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
7264
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
7258
7265
|
allowed.any? { |klass| klass === value }
|
7259
7266
|
end
|
7260
7267
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -694,8 +701,8 @@ module Google
|
|
694
701
|
|
695
702
|
config_attr :endpoint, nil, ::String, nil
|
696
703
|
config_attr :credentials, nil do |value|
|
697
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
698
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
699
706
|
allowed.any? { |klass| klass === value }
|
700
707
|
end
|
701
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -6672,6 +6672,13 @@ module Google
|
|
6672
6672
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
6673
6673
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
6674
6674
|
# * (`nil`) indicating no credentials
|
6675
|
+
#
|
6676
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
6677
|
+
# external source for authentication to Google Cloud, you must validate it before
|
6678
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
6679
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
6680
|
+
# For more information, refer to [Validate credential configurations from external
|
6681
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
6675
6682
|
# @return [::Object]
|
6676
6683
|
# @!attribute [rw] scope
|
6677
6684
|
# The OAuth scopes
|
@@ -6719,7 +6726,7 @@ module Google
|
|
6719
6726
|
|
6720
6727
|
config_attr :endpoint, nil, ::String, nil
|
6721
6728
|
config_attr :credentials, nil do |value|
|
6722
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
6729
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
6723
6730
|
allowed.any? { |klass| klass === value }
|
6724
6731
|
end
|
6725
6732
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -549,7 +556,7 @@ module Google
|
|
549
556
|
|
550
557
|
config_attr :endpoint, nil, ::String, nil
|
551
558
|
config_attr :credentials, nil do |value|
|
552
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
553
560
|
allowed.any? { |klass| klass === value }
|
554
561
|
end
|
555
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1361,15 +1361,23 @@ module Google
|
|
1361
1361
|
# @!attribute [r] issue_dimension_metadata
|
1362
1362
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Dimension::IssueDimensionMetadata]
|
1363
1363
|
# Output only. Metadata about the issue dimension.
|
1364
|
+
#
|
1365
|
+
# Note: The following fields are mutually exclusive: `issue_dimension_metadata`, `agent_dimension_metadata`, `qa_question_dimension_metadata`, `qa_question_answer_dimension_metadata`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1364
1366
|
# @!attribute [r] agent_dimension_metadata
|
1365
1367
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Dimension::AgentDimensionMetadata]
|
1366
1368
|
# Output only. Metadata about the agent dimension.
|
1369
|
+
#
|
1370
|
+
# Note: The following fields are mutually exclusive: `agent_dimension_metadata`, `issue_dimension_metadata`, `qa_question_dimension_metadata`, `qa_question_answer_dimension_metadata`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1367
1371
|
# @!attribute [r] qa_question_dimension_metadata
|
1368
1372
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionDimensionMetadata]
|
1369
1373
|
# Output only. Metadata about the QA question dimension.
|
1374
|
+
#
|
1375
|
+
# Note: The following fields are mutually exclusive: `qa_question_dimension_metadata`, `issue_dimension_metadata`, `agent_dimension_metadata`, `qa_question_answer_dimension_metadata`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1370
1376
|
# @!attribute [r] qa_question_answer_dimension_metadata
|
1371
1377
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata]
|
1372
1378
|
# Output only. Metadata about the QA question-answer dimension.
|
1379
|
+
#
|
1380
|
+
# Note: The following fields are mutually exclusive: `qa_question_answer_dimension_metadata`, `issue_dimension_metadata`, `agent_dimension_metadata`, `qa_question_dimension_metadata`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1373
1381
|
# @!attribute [rw] dimension_key
|
1374
1382
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey]
|
1375
1383
|
# The key of the dimension.
|
@@ -29,10 +29,14 @@ module Google
|
|
29
29
|
# @return [::Google::Protobuf::Timestamp]
|
30
30
|
# The time at which this conversation should expire. After this time, the
|
31
31
|
# conversation data and any associated analyses will be deleted.
|
32
|
+
#
|
33
|
+
# Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
32
34
|
# @!attribute [rw] ttl
|
33
35
|
# @return [::Google::Protobuf::Duration]
|
34
36
|
# Input only. The TTL for this resource. If specified, then this TTL will
|
35
37
|
# be used to calculate the expire time.
|
38
|
+
#
|
39
|
+
# Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
36
40
|
# @!attribute [rw] name
|
37
41
|
# @return [::String]
|
38
42
|
# Immutable. The resource name of the conversation.
|
@@ -296,9 +300,13 @@ module Google
|
|
296
300
|
# @!attribute [rw] gcs_source
|
297
301
|
# @return [::Google::Cloud::ContactCenterInsights::V1::GcsSource]
|
298
302
|
# A Cloud Storage location specification for the audio and transcript.
|
303
|
+
#
|
304
|
+
# Note: The following fields are mutually exclusive: `gcs_source`, `dialogflow_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
299
305
|
# @!attribute [rw] dialogflow_source
|
300
306
|
# @return [::Google::Cloud::ContactCenterInsights::V1::DialogflowSource]
|
301
307
|
# The source when the conversation comes from Dialogflow.
|
308
|
+
#
|
309
|
+
# Note: The following fields are mutually exclusive: `dialogflow_source`, `gcs_source`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
302
310
|
class ConversationDataSource
|
303
311
|
include ::Google::Protobuf::MessageExts
|
304
312
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -419,9 +427,13 @@ module Google
|
|
419
427
|
# @!attribute [rw] label
|
420
428
|
# @return [::String]
|
421
429
|
# String label.
|
430
|
+
#
|
431
|
+
# Note: The following fields are mutually exclusive: `label`, `qa_answer_label`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
422
432
|
# @!attribute [rw] qa_answer_label
|
423
433
|
# @return [::Google::Cloud::ContactCenterInsights::V1::QaAnswer::AnswerValue]
|
424
434
|
# QaAnswer label.
|
435
|
+
#
|
436
|
+
# Note: The following fields are mutually exclusive: `qa_answer_label`, `label`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
425
437
|
# @!attribute [rw] name
|
426
438
|
# @return [::String]
|
427
439
|
# Immutable. Resource name of the FeedbackLabel.
|
@@ -486,27 +498,43 @@ module Google
|
|
486
498
|
# @!attribute [rw] interruption_data
|
487
499
|
# @return [::Google::Cloud::ContactCenterInsights::V1::InterruptionData]
|
488
500
|
# Data specifying an interruption.
|
501
|
+
#
|
502
|
+
# Note: The following fields are mutually exclusive: `interruption_data`, `sentiment_data`, `silence_data`, `hold_data`, `entity_mention_data`, `intent_match_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
489
503
|
# @!attribute [rw] sentiment_data
|
490
504
|
# @return [::Google::Cloud::ContactCenterInsights::V1::SentimentData]
|
491
505
|
# Data specifying sentiment.
|
506
|
+
#
|
507
|
+
# Note: The following fields are mutually exclusive: `sentiment_data`, `interruption_data`, `silence_data`, `hold_data`, `entity_mention_data`, `intent_match_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
492
508
|
# @!attribute [rw] silence_data
|
493
509
|
# @return [::Google::Cloud::ContactCenterInsights::V1::SilenceData]
|
494
510
|
# Data specifying silence.
|
511
|
+
#
|
512
|
+
# Note: The following fields are mutually exclusive: `silence_data`, `interruption_data`, `sentiment_data`, `hold_data`, `entity_mention_data`, `intent_match_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
495
513
|
# @!attribute [rw] hold_data
|
496
514
|
# @return [::Google::Cloud::ContactCenterInsights::V1::HoldData]
|
497
515
|
# Data specifying a hold.
|
516
|
+
#
|
517
|
+
# Note: The following fields are mutually exclusive: `hold_data`, `interruption_data`, `sentiment_data`, `silence_data`, `entity_mention_data`, `intent_match_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
498
518
|
# @!attribute [rw] entity_mention_data
|
499
519
|
# @return [::Google::Cloud::ContactCenterInsights::V1::EntityMentionData]
|
500
520
|
# Data specifying an entity mention.
|
521
|
+
#
|
522
|
+
# Note: The following fields are mutually exclusive: `entity_mention_data`, `interruption_data`, `sentiment_data`, `silence_data`, `hold_data`, `intent_match_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
501
523
|
# @!attribute [rw] intent_match_data
|
502
524
|
# @return [::Google::Cloud::ContactCenterInsights::V1::IntentMatchData]
|
503
525
|
# Data specifying an intent match.
|
526
|
+
#
|
527
|
+
# Note: The following fields are mutually exclusive: `intent_match_data`, `interruption_data`, `sentiment_data`, `silence_data`, `hold_data`, `entity_mention_data`, `phrase_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
504
528
|
# @!attribute [rw] phrase_match_data
|
505
529
|
# @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData]
|
506
530
|
# Data specifying a phrase match.
|
531
|
+
#
|
532
|
+
# Note: The following fields are mutually exclusive: `phrase_match_data`, `interruption_data`, `sentiment_data`, `silence_data`, `hold_data`, `entity_mention_data`, `intent_match_data`, `issue_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
507
533
|
# @!attribute [rw] issue_match_data
|
508
534
|
# @return [::Google::Cloud::ContactCenterInsights::V1::IssueMatchData]
|
509
535
|
# Data specifying an issue match.
|
536
|
+
#
|
537
|
+
# Note: The following fields are mutually exclusive: `issue_match_data`, `interruption_data`, `sentiment_data`, `silence_data`, `hold_data`, `entity_mention_data`, `intent_match_data`, `phrase_match_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
510
538
|
# @!attribute [rw] channel_tag
|
511
539
|
# @return [::Integer]
|
512
540
|
# The channel of the audio where the annotation occurs. For single-channel
|
@@ -1257,21 +1285,33 @@ module Google
|
|
1257
1285
|
# @!attribute [rw] article_suggestion
|
1258
1286
|
# @return [::Google::Cloud::ContactCenterInsights::V1::ArticleSuggestionData]
|
1259
1287
|
# Agent Assist Article Suggestion data.
|
1288
|
+
#
|
1289
|
+
# Note: The following fields are mutually exclusive: `article_suggestion`, `faq_answer`, `smart_reply`, `smart_compose_suggestion`, `dialogflow_interaction`, `conversation_summarization_suggestion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1260
1290
|
# @!attribute [rw] faq_answer
|
1261
1291
|
# @return [::Google::Cloud::ContactCenterInsights::V1::FaqAnswerData]
|
1262
1292
|
# Agent Assist FAQ answer data.
|
1293
|
+
#
|
1294
|
+
# Note: The following fields are mutually exclusive: `faq_answer`, `article_suggestion`, `smart_reply`, `smart_compose_suggestion`, `dialogflow_interaction`, `conversation_summarization_suggestion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1263
1295
|
# @!attribute [rw] smart_reply
|
1264
1296
|
# @return [::Google::Cloud::ContactCenterInsights::V1::SmartReplyData]
|
1265
1297
|
# Agent Assist Smart Reply data.
|
1298
|
+
#
|
1299
|
+
# Note: The following fields are mutually exclusive: `smart_reply`, `article_suggestion`, `faq_answer`, `smart_compose_suggestion`, `dialogflow_interaction`, `conversation_summarization_suggestion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1266
1300
|
# @!attribute [rw] smart_compose_suggestion
|
1267
1301
|
# @return [::Google::Cloud::ContactCenterInsights::V1::SmartComposeSuggestionData]
|
1268
1302
|
# Agent Assist Smart Compose suggestion data.
|
1303
|
+
#
|
1304
|
+
# Note: The following fields are mutually exclusive: `smart_compose_suggestion`, `article_suggestion`, `faq_answer`, `smart_reply`, `dialogflow_interaction`, `conversation_summarization_suggestion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1269
1305
|
# @!attribute [rw] dialogflow_interaction
|
1270
1306
|
# @return [::Google::Cloud::ContactCenterInsights::V1::DialogflowInteractionData]
|
1271
1307
|
# Dialogflow interaction data.
|
1308
|
+
#
|
1309
|
+
# Note: The following fields are mutually exclusive: `dialogflow_interaction`, `article_suggestion`, `faq_answer`, `smart_reply`, `smart_compose_suggestion`, `conversation_summarization_suggestion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1272
1310
|
# @!attribute [rw] conversation_summarization_suggestion
|
1273
1311
|
# @return [::Google::Cloud::ContactCenterInsights::V1::ConversationSummarizationSuggestionData]
|
1274
1312
|
# Conversation summarization suggestion data.
|
1313
|
+
#
|
1314
|
+
# Note: The following fields are mutually exclusive: `conversation_summarization_suggestion`, `article_suggestion`, `faq_answer`, `smart_reply`, `smart_compose_suggestion`, `dialogflow_interaction`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1275
1315
|
# @!attribute [rw] annotation_id
|
1276
1316
|
# @return [::String]
|
1277
1317
|
# The unique identifier of the annotation.
|
@@ -1571,9 +1611,13 @@ module Google
|
|
1571
1611
|
# @return [::String]
|
1572
1612
|
# The name of the participant provided by Dialogflow. Format:
|
1573
1613
|
# projects/\\{project}/locations/\\{location}/conversations/\\{conversation}/participants/\\{participant}
|
1614
|
+
#
|
1615
|
+
# Note: The following fields are mutually exclusive: `dialogflow_participant_name`, `user_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1574
1616
|
# @!attribute [rw] user_id
|
1575
1617
|
# @return [::String]
|
1576
1618
|
# A user-specified ID representing the participant.
|
1619
|
+
#
|
1620
|
+
# Note: The following fields are mutually exclusive: `user_id`, `dialogflow_participant_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1577
1621
|
# @!attribute [rw] dialogflow_participant
|
1578
1622
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
1579
1623
|
# @return [::String]
|
@@ -1691,9 +1735,13 @@ module Google
|
|
1691
1735
|
# Resource name of the Dialogflow conversation profile.
|
1692
1736
|
# Format:
|
1693
1737
|
# projects/\\{project}/locations/\\{location}/conversationProfiles/\\{conversation_profile}
|
1738
|
+
#
|
1739
|
+
# Note: The following fields are mutually exclusive: `conversation_profile`, `summarization_model`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1694
1740
|
# @!attribute [rw] summarization_model
|
1695
1741
|
# @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel]
|
1696
1742
|
# Default summarization model to be used.
|
1743
|
+
#
|
1744
|
+
# Note: The following fields are mutually exclusive: `summarization_model`, `conversation_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1697
1745
|
class SummarizationConfig
|
1698
1746
|
include ::Google::Protobuf::MessageExts
|
1699
1747
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1781,17 +1829,25 @@ module Google
|
|
1781
1829
|
# @!attribute [rw] str_value
|
1782
1830
|
# @return [::String]
|
1783
1831
|
# String value.
|
1832
|
+
#
|
1833
|
+
# Note: The following fields are mutually exclusive: `str_value`, `num_value`, `bool_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1784
1834
|
# @!attribute [rw] num_value
|
1785
1835
|
# @return [::Float]
|
1786
1836
|
# Numerical value.
|
1837
|
+
#
|
1838
|
+
# Note: The following fields are mutually exclusive: `num_value`, `str_value`, `bool_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1787
1839
|
# @!attribute [rw] bool_value
|
1788
1840
|
# @return [::Boolean]
|
1789
1841
|
# Boolean value.
|
1842
|
+
#
|
1843
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `str_value`, `num_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1790
1844
|
# @!attribute [rw] na_value
|
1791
1845
|
# @return [::Boolean]
|
1792
1846
|
# A value of "Not Applicable (N/A)". If provided, this field may only
|
1793
1847
|
# be set to `true`. If a question receives this answer, it will be
|
1794
1848
|
# excluded from any score calculations.
|
1849
|
+
#
|
1850
|
+
# Note: The following fields are mutually exclusive: `na_value`, `str_value`, `num_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1795
1851
|
# @!attribute [rw] key
|
1796
1852
|
# @return [::String]
|
1797
1853
|
# A short string used as an identifier.
|
@@ -1945,15 +2001,23 @@ module Google
|
|
1945
2001
|
# @!attribute [rw] str_value
|
1946
2002
|
# @return [::String]
|
1947
2003
|
# String value.
|
2004
|
+
#
|
2005
|
+
# Note: The following fields are mutually exclusive: `str_value`, `num_value`, `bool_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1948
2006
|
# @!attribute [rw] num_value
|
1949
2007
|
# @return [::Float]
|
1950
2008
|
# Numerical value.
|
2009
|
+
#
|
2010
|
+
# Note: The following fields are mutually exclusive: `num_value`, `str_value`, `bool_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1951
2011
|
# @!attribute [rw] bool_value
|
1952
2012
|
# @return [::Boolean]
|
1953
2013
|
# Boolean value.
|
2014
|
+
#
|
2015
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `str_value`, `num_value`, `na_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1954
2016
|
# @!attribute [rw] na_value
|
1955
2017
|
# @return [::Boolean]
|
1956
2018
|
# A value of "Not Applicable (N/A)". Should only ever be `true`.
|
2019
|
+
#
|
2020
|
+
# Note: The following fields are mutually exclusive: `na_value`, `str_value`, `num_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1957
2021
|
# @!attribute [rw] key
|
1958
2022
|
# @return [::String]
|
1959
2023
|
# A short string used as an identifier. Matches the value used in
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-contact_center_insights-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -114,7 +113,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
114
113
|
licenses:
|
115
114
|
- Apache-2.0
|
116
115
|
metadata: {}
|
117
|
-
post_install_message:
|
118
116
|
rdoc_options: []
|
119
117
|
require_paths:
|
120
118
|
- lib
|
@@ -122,15 +120,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
120
|
requirements:
|
123
121
|
- - ">="
|
124
122
|
- !ruby/object:Gem::Version
|
125
|
-
version: '
|
123
|
+
version: '3.0'
|
126
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
127
125
|
requirements:
|
128
126
|
- - ">="
|
129
127
|
- !ruby/object:Gem::Version
|
130
128
|
version: '0'
|
131
129
|
requirements: []
|
132
|
-
rubygems_version: 3.
|
133
|
-
signing_key:
|
130
|
+
rubygems_version: 3.6.8
|
134
131
|
specification_version: 4
|
135
132
|
summary: API Client library for the Contact Center AI Insights V1 API
|
136
133
|
test_files: []
|