google-cloud-contact_center_insights-v1 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/client.rb +7 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/operations.rb +7 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/client.rb +7 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/operations.rb +7 -0
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- 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: 9b2105b3b2687aaf5a3c36f14d31e73ca51ea38e54dbabc1a8c86abfa9db56de
|
4
|
+
data.tar.gz: 305c10d07f30114dfd80cb5b406943c4080a1e6f1f7022ab1893a1ed955aae11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d19b2eb29018a84230103dc82e9a66a304d8aeef7270f8a750207ec9509650c1abca78ab011739358f3386944967a0a574c3f592bb3e83d185f484be4175a18f
|
7
|
+
data.tar.gz: bff85ac0d321fc08d08be3e7bf80e83a6874616bad538e836fb2b6ec071fae0b406bf1df7bcd57bb2b2adbaf8d26895fd2d60d7f72b4fa6e7bb4382ac3bda4f4
|
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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 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.2
|
134
131
|
specification_version: 4
|
135
132
|
summary: API Client library for the Contact Center AI Insights V1 API
|
136
133
|
test_files: []
|