google-apis-contactcenterinsights_v1 0.76.0 → 0.78.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cf97b83089519c64ba4dad190da338a7f16d398ced43303790fe89c3bab5daa
4
- data.tar.gz: 0f3aed08b4e4285aebfea5ff09164e1fdaa2b7cdd014c6c532740a30eefdf6ad
3
+ metadata.gz: a9840cde5a04e6c774040b9b71e461f8e977ebb0904924ff8ff50f77e21a7692
4
+ data.tar.gz: 5173faa8b172dc0edbf2933ff17eabbac76ea7065f1775574403c537f7897c6e
5
5
  SHA512:
6
- metadata.gz: b156944d44deaff612981360727c7bca2d06899bfd12c08a9b0797282ef83940507fe628128fd6c4005a464e1665d5c13a78298c32c25c94993b04d49ceaadce
7
- data.tar.gz: 3f52fa2d07f731ad2a19a74df1227c26075f9acd2e613caffb9ec83eb5e96be651154363d8342e2111c683fe8122c15d1a78ebb52b21f3917d0e27a328f70e30
6
+ metadata.gz: e177184bfd9962d1a544b899abefd6042be862a230813d59861cb408534e4a86215e31f97d9cf8af4d0ccf09889dec9f8d1ed3f930c289499377b0ae8ee28c36
7
+ data.tar.gz: 0551b4143301ca1d83eeaaf82f2511b232e940ca482358e1faa47b6db1b1607a5f5d5423979e6ec3bb91bef68cc8304e2a78e3abdbcbee13ced5569dddf8c165
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.78.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251112
6
+
7
+ ### v0.77.0 (2025-10-26)
8
+
9
+ * Regenerated from discovery document revision 20251023
10
+
3
11
  ### v0.76.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251007
@@ -2689,6 +2689,26 @@ module Google
2689
2689
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata]
2690
2690
  attr_accessor :agent_dimension_metadata
2691
2691
 
2692
+ # Metadata about the client sentiment category dimension.
2693
+ # Corresponds to the JSON property `clientSentimentCategoryDimensionMetadata`
2694
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata]
2695
+ attr_accessor :client_sentiment_category_dimension_metadata
2696
+
2697
+ # Metadata about the conversation profile dimension.
2698
+ # Corresponds to the JSON property `conversationProfileDimensionMetadata`
2699
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata]
2700
+ attr_accessor :conversation_profile_dimension_metadata
2701
+
2702
+ # Metadata about the Conversational Agents playbook dimension.
2703
+ # Corresponds to the JSON property `conversationalAgentsPlaybookDimensionMetadata`
2704
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata]
2705
+ attr_accessor :conversational_agents_playbook_dimension_metadata
2706
+
2707
+ # Metadata about the Conversational Agents tool dimension.
2708
+ # Corresponds to the JSON property `conversationalAgentsToolDimensionMetadata`
2709
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata]
2710
+ attr_accessor :conversational_agents_tool_dimension_metadata
2711
+
2692
2712
  # The key of the dimension.
2693
2713
  # Corresponds to the JSON property `dimensionKey`
2694
2714
  # @return [String]
@@ -2699,6 +2719,16 @@ module Google
2699
2719
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata]
2700
2720
  attr_accessor :issue_dimension_metadata
2701
2721
 
2722
+ # Metadata about conversation labels.
2723
+ # Corresponds to the JSON property `labelDimensionMetadata`
2724
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata]
2725
+ attr_accessor :label_dimension_metadata
2726
+
2727
+ # Metadata about the conversation medium dimension.
2728
+ # Corresponds to the JSON property `mediumDimensionMetadata`
2729
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata]
2730
+ attr_accessor :medium_dimension_metadata
2731
+
2702
2732
  # Metadata about the QA question-answer dimension. This is useful for showing
2703
2733
  # the answer distribution for questions for a given scorecard.
2704
2734
  # Corresponds to the JSON property `qaQuestionAnswerDimensionMetadata`
@@ -2722,8 +2752,14 @@ module Google
2722
2752
  # Update properties of this object
2723
2753
  def update!(**args)
2724
2754
  @agent_dimension_metadata = args[:agent_dimension_metadata] if args.key?(:agent_dimension_metadata)
2755
+ @client_sentiment_category_dimension_metadata = args[:client_sentiment_category_dimension_metadata] if args.key?(:client_sentiment_category_dimension_metadata)
2756
+ @conversation_profile_dimension_metadata = args[:conversation_profile_dimension_metadata] if args.key?(:conversation_profile_dimension_metadata)
2757
+ @conversational_agents_playbook_dimension_metadata = args[:conversational_agents_playbook_dimension_metadata] if args.key?(:conversational_agents_playbook_dimension_metadata)
2758
+ @conversational_agents_tool_dimension_metadata = args[:conversational_agents_tool_dimension_metadata] if args.key?(:conversational_agents_tool_dimension_metadata)
2725
2759
  @dimension_key = args[:dimension_key] if args.key?(:dimension_key)
2726
2760
  @issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
2761
+ @label_dimension_metadata = args[:label_dimension_metadata] if args.key?(:label_dimension_metadata)
2762
+ @medium_dimension_metadata = args[:medium_dimension_metadata] if args.key?(:medium_dimension_metadata)
2727
2763
  @qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
2728
2764
  @qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
2729
2765
  @qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
@@ -2793,6 +2829,94 @@ module Google
2793
2829
  end
2794
2830
  end
2795
2831
 
2832
+ # Metadata about the client sentiment category dimension.
2833
+ class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
2834
+ include Google::Apis::Core::Hashable
2835
+
2836
+ # Optional. The client sentiment category.
2837
+ # Corresponds to the JSON property `sentimentCategory`
2838
+ # @return [String]
2839
+ attr_accessor :sentiment_category
2840
+
2841
+ def initialize(**args)
2842
+ update!(**args)
2843
+ end
2844
+
2845
+ # Update properties of this object
2846
+ def update!(**args)
2847
+ @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category)
2848
+ end
2849
+ end
2850
+
2851
+ # Metadata about the conversation profile dimension.
2852
+ class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata
2853
+ include Google::Apis::Core::Hashable
2854
+
2855
+ # Optional. The conversation profile ID.
2856
+ # Corresponds to the JSON property `conversationProfileId`
2857
+ # @return [String]
2858
+ attr_accessor :conversation_profile_id
2859
+
2860
+ def initialize(**args)
2861
+ update!(**args)
2862
+ end
2863
+
2864
+ # Update properties of this object
2865
+ def update!(**args)
2866
+ @conversation_profile_id = args[:conversation_profile_id] if args.key?(:conversation_profile_id)
2867
+ end
2868
+ end
2869
+
2870
+ # Metadata about the Conversational Agents playbook dimension.
2871
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
2872
+ include Google::Apis::Core::Hashable
2873
+
2874
+ # Optional. The dialogflow playbook display name.
2875
+ # Corresponds to the JSON property `playbookDisplayName`
2876
+ # @return [String]
2877
+ attr_accessor :playbook_display_name
2878
+
2879
+ # Optional. The dialogflow playbook ID.
2880
+ # Corresponds to the JSON property `playbookId`
2881
+ # @return [String]
2882
+ attr_accessor :playbook_id
2883
+
2884
+ def initialize(**args)
2885
+ update!(**args)
2886
+ end
2887
+
2888
+ # Update properties of this object
2889
+ def update!(**args)
2890
+ @playbook_display_name = args[:playbook_display_name] if args.key?(:playbook_display_name)
2891
+ @playbook_id = args[:playbook_id] if args.key?(:playbook_id)
2892
+ end
2893
+ end
2894
+
2895
+ # Metadata about the Conversational Agents tool dimension.
2896
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata
2897
+ include Google::Apis::Core::Hashable
2898
+
2899
+ # Optional. The dialogflow tool display name.
2900
+ # Corresponds to the JSON property `toolDisplayName`
2901
+ # @return [String]
2902
+ attr_accessor :tool_display_name
2903
+
2904
+ # Optional. The dialogflow tool ID.
2905
+ # Corresponds to the JSON property `toolId`
2906
+ # @return [String]
2907
+ attr_accessor :tool_id
2908
+
2909
+ def initialize(**args)
2910
+ update!(**args)
2911
+ end
2912
+
2913
+ # Update properties of this object
2914
+ def update!(**args)
2915
+ @tool_display_name = args[:tool_display_name] if args.key?(:tool_display_name)
2916
+ @tool_id = args[:tool_id] if args.key?(:tool_id)
2917
+ end
2918
+ end
2919
+
2796
2920
  # Metadata about the issue dimension.
2797
2921
  class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
2798
2922
  include Google::Apis::Core::Hashable
@@ -2824,6 +2948,50 @@ module Google
2824
2948
  end
2825
2949
  end
2826
2950
 
2951
+ # Metadata about conversation labels.
2952
+ class GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
2953
+ include Google::Apis::Core::Hashable
2954
+
2955
+ # Optional. The label key.
2956
+ # Corresponds to the JSON property `labelKey`
2957
+ # @return [String]
2958
+ attr_accessor :label_key
2959
+
2960
+ # Optional. The label value.
2961
+ # Corresponds to the JSON property `labelValue`
2962
+ # @return [String]
2963
+ attr_accessor :label_value
2964
+
2965
+ def initialize(**args)
2966
+ update!(**args)
2967
+ end
2968
+
2969
+ # Update properties of this object
2970
+ def update!(**args)
2971
+ @label_key = args[:label_key] if args.key?(:label_key)
2972
+ @label_value = args[:label_value] if args.key?(:label_value)
2973
+ end
2974
+ end
2975
+
2976
+ # Metadata about the conversation medium dimension.
2977
+ class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
2978
+ include Google::Apis::Core::Hashable
2979
+
2980
+ # Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.
2981
+ # Corresponds to the JSON property `medium`
2982
+ # @return [String]
2983
+ attr_accessor :medium
2984
+
2985
+ def initialize(**args)
2986
+ update!(**args)
2987
+ end
2988
+
2989
+ # Update properties of this object
2990
+ def update!(**args)
2991
+ @medium = args[:medium] if args.key?(:medium)
2992
+ end
2993
+ end
2994
+
2827
2995
  # Metadata about the QA question-answer dimension. This is useful for showing
2828
2996
  # the answer distribution for questions for a given scorecard.
2829
2997
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
@@ -9102,6 +9270,26 @@ module Google
9102
9270
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata]
9103
9271
  attr_accessor :agent_dimension_metadata
9104
9272
 
9273
+ # Metadata about the client sentiment category dimension.
9274
+ # Corresponds to the JSON property `clientSentimentCategoryDimensionMetadata`
9275
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata]
9276
+ attr_accessor :client_sentiment_category_dimension_metadata
9277
+
9278
+ # Metadata about the conversation profile dimension.
9279
+ # Corresponds to the JSON property `conversationProfileDimensionMetadata`
9280
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata]
9281
+ attr_accessor :conversation_profile_dimension_metadata
9282
+
9283
+ # Metadata about the Conversational Agents playbook dimension.
9284
+ # Corresponds to the JSON property `conversationalAgentsPlaybookDimensionMetadata`
9285
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata]
9286
+ attr_accessor :conversational_agents_playbook_dimension_metadata
9287
+
9288
+ # Metadata about the Conversational Agents tool dimension.
9289
+ # Corresponds to the JSON property `conversationalAgentsToolDimensionMetadata`
9290
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata]
9291
+ attr_accessor :conversational_agents_tool_dimension_metadata
9292
+
9105
9293
  # The key of the dimension.
9106
9294
  # Corresponds to the JSON property `dimensionKey`
9107
9295
  # @return [String]
@@ -9112,6 +9300,16 @@ module Google
9112
9300
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata]
9113
9301
  attr_accessor :issue_dimension_metadata
9114
9302
 
9303
+ # Metadata about conversation labels.
9304
+ # Corresponds to the JSON property `labelDimensionMetadata`
9305
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata]
9306
+ attr_accessor :label_dimension_metadata
9307
+
9308
+ # Metadata about the conversation medium dimension.
9309
+ # Corresponds to the JSON property `mediumDimensionMetadata`
9310
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata]
9311
+ attr_accessor :medium_dimension_metadata
9312
+
9115
9313
  # Metadata about the QA question-answer dimension. This is useful for showing
9116
9314
  # the answer distribution for questions for a given scorecard.
9117
9315
  # Corresponds to the JSON property `qaQuestionAnswerDimensionMetadata`
@@ -9135,8 +9333,14 @@ module Google
9135
9333
  # Update properties of this object
9136
9334
  def update!(**args)
9137
9335
  @agent_dimension_metadata = args[:agent_dimension_metadata] if args.key?(:agent_dimension_metadata)
9336
+ @client_sentiment_category_dimension_metadata = args[:client_sentiment_category_dimension_metadata] if args.key?(:client_sentiment_category_dimension_metadata)
9337
+ @conversation_profile_dimension_metadata = args[:conversation_profile_dimension_metadata] if args.key?(:conversation_profile_dimension_metadata)
9338
+ @conversational_agents_playbook_dimension_metadata = args[:conversational_agents_playbook_dimension_metadata] if args.key?(:conversational_agents_playbook_dimension_metadata)
9339
+ @conversational_agents_tool_dimension_metadata = args[:conversational_agents_tool_dimension_metadata] if args.key?(:conversational_agents_tool_dimension_metadata)
9138
9340
  @dimension_key = args[:dimension_key] if args.key?(:dimension_key)
9139
9341
  @issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
9342
+ @label_dimension_metadata = args[:label_dimension_metadata] if args.key?(:label_dimension_metadata)
9343
+ @medium_dimension_metadata = args[:medium_dimension_metadata] if args.key?(:medium_dimension_metadata)
9140
9344
  @qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
9141
9345
  @qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
9142
9346
  @qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
@@ -9206,6 +9410,94 @@ module Google
9206
9410
  end
9207
9411
  end
9208
9412
 
9413
+ # Metadata about the client sentiment category dimension.
9414
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
9415
+ include Google::Apis::Core::Hashable
9416
+
9417
+ # Optional. The client sentiment category.
9418
+ # Corresponds to the JSON property `sentimentCategory`
9419
+ # @return [String]
9420
+ attr_accessor :sentiment_category
9421
+
9422
+ def initialize(**args)
9423
+ update!(**args)
9424
+ end
9425
+
9426
+ # Update properties of this object
9427
+ def update!(**args)
9428
+ @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category)
9429
+ end
9430
+ end
9431
+
9432
+ # Metadata about the conversation profile dimension.
9433
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
9434
+ include Google::Apis::Core::Hashable
9435
+
9436
+ # Optional. The conversation profile ID.
9437
+ # Corresponds to the JSON property `conversationProfileId`
9438
+ # @return [String]
9439
+ attr_accessor :conversation_profile_id
9440
+
9441
+ def initialize(**args)
9442
+ update!(**args)
9443
+ end
9444
+
9445
+ # Update properties of this object
9446
+ def update!(**args)
9447
+ @conversation_profile_id = args[:conversation_profile_id] if args.key?(:conversation_profile_id)
9448
+ end
9449
+ end
9450
+
9451
+ # Metadata about the Conversational Agents playbook dimension.
9452
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
9453
+ include Google::Apis::Core::Hashable
9454
+
9455
+ # Optional. The dialogflow playbook display name.
9456
+ # Corresponds to the JSON property `playbookDisplayName`
9457
+ # @return [String]
9458
+ attr_accessor :playbook_display_name
9459
+
9460
+ # Optional. The dialogflow playbook ID.
9461
+ # Corresponds to the JSON property `playbookId`
9462
+ # @return [String]
9463
+ attr_accessor :playbook_id
9464
+
9465
+ def initialize(**args)
9466
+ update!(**args)
9467
+ end
9468
+
9469
+ # Update properties of this object
9470
+ def update!(**args)
9471
+ @playbook_display_name = args[:playbook_display_name] if args.key?(:playbook_display_name)
9472
+ @playbook_id = args[:playbook_id] if args.key?(:playbook_id)
9473
+ end
9474
+ end
9475
+
9476
+ # Metadata about the Conversational Agents tool dimension.
9477
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
9478
+ include Google::Apis::Core::Hashable
9479
+
9480
+ # Optional. The dialogflow tool display name.
9481
+ # Corresponds to the JSON property `toolDisplayName`
9482
+ # @return [String]
9483
+ attr_accessor :tool_display_name
9484
+
9485
+ # Optional. The dialogflow tool ID.
9486
+ # Corresponds to the JSON property `toolId`
9487
+ # @return [String]
9488
+ attr_accessor :tool_id
9489
+
9490
+ def initialize(**args)
9491
+ update!(**args)
9492
+ end
9493
+
9494
+ # Update properties of this object
9495
+ def update!(**args)
9496
+ @tool_display_name = args[:tool_display_name] if args.key?(:tool_display_name)
9497
+ @tool_id = args[:tool_id] if args.key?(:tool_id)
9498
+ end
9499
+ end
9500
+
9209
9501
  # Metadata about the issue dimension.
9210
9502
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
9211
9503
  include Google::Apis::Core::Hashable
@@ -9237,6 +9529,50 @@ module Google
9237
9529
  end
9238
9530
  end
9239
9531
 
9532
+ # Metadata about conversation labels.
9533
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata
9534
+ include Google::Apis::Core::Hashable
9535
+
9536
+ # Optional. The label key.
9537
+ # Corresponds to the JSON property `labelKey`
9538
+ # @return [String]
9539
+ attr_accessor :label_key
9540
+
9541
+ # Optional. The label value.
9542
+ # Corresponds to the JSON property `labelValue`
9543
+ # @return [String]
9544
+ attr_accessor :label_value
9545
+
9546
+ def initialize(**args)
9547
+ update!(**args)
9548
+ end
9549
+
9550
+ # Update properties of this object
9551
+ def update!(**args)
9552
+ @label_key = args[:label_key] if args.key?(:label_key)
9553
+ @label_value = args[:label_value] if args.key?(:label_value)
9554
+ end
9555
+ end
9556
+
9557
+ # Metadata about the conversation medium dimension.
9558
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
9559
+ include Google::Apis::Core::Hashable
9560
+
9561
+ # Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.
9562
+ # Corresponds to the JSON property `medium`
9563
+ # @return [String]
9564
+ attr_accessor :medium
9565
+
9566
+ def initialize(**args)
9567
+ update!(**args)
9568
+ end
9569
+
9570
+ # Update properties of this object
9571
+ def update!(**args)
9572
+ @medium = args[:medium] if args.key?(:medium)
9573
+ end
9574
+ end
9575
+
9240
9576
  # Metadata about the QA question-answer dimension. This is useful for showing
9241
9577
  # the answer distribution for questions for a given scorecard.
9242
9578
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
@@ -12453,8 +12789,9 @@ module Google
12453
12789
  attr_accessor :operations
12454
12790
 
12455
12791
  # Unordered list. Unreachable resources. Populated when the request sets `
12456
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
12457
- # when attempting to list all resources across all supported locations.
12792
+ # ListOperationsRequest.return_partial_success` and reads across collections.
12793
+ # For example, when attempting to list all resources across all supported
12794
+ # locations.
12458
12795
  # Corresponds to the JSON property `unreachable`
12459
12796
  # @return [Array<String>]
12460
12797
  attr_accessor :unreachable
@@ -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.76.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251007"
25
+ REVISION = "20251112"
26
26
  end
27
27
  end
28
28
  end
@@ -454,12 +454,48 @@ module Google
454
454
  include Google::Apis::Core::JsonObjectSupport
455
455
  end
456
456
 
457
+ class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
457
481
  class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
458
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
483
 
460
484
  include Google::Apis::Core::JsonObjectSupport
461
485
  end
462
486
 
487
+ class GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
463
499
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
464
500
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
501
 
@@ -1540,12 +1576,48 @@ module Google
1540
1576
  include Google::Apis::Core::JsonObjectSupport
1541
1577
  end
1542
1578
 
1579
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
1580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1581
+
1582
+ include Google::Apis::Core::JsonObjectSupport
1583
+ end
1584
+
1585
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1591
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
1592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1593
+
1594
+ include Google::Apis::Core::JsonObjectSupport
1595
+ end
1596
+
1597
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
1598
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1599
+
1600
+ include Google::Apis::Core::JsonObjectSupport
1601
+ end
1602
+
1543
1603
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
1544
1604
  class Representation < Google::Apis::Core::JsonRepresentation; end
1545
1605
 
1546
1606
  include Google::Apis::Core::JsonObjectSupport
1547
1607
  end
1548
1608
 
1609
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata
1610
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1611
+
1612
+ include Google::Apis::Core::JsonObjectSupport
1613
+ end
1614
+
1615
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1549
1621
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
1550
1622
  class Representation < Google::Apis::Core::JsonRepresentation; end
1551
1623
 
@@ -2878,9 +2950,21 @@ module Google
2878
2950
  class Representation < Google::Apis::Core::JsonRepresentation
2879
2951
  property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata::Representation
2880
2952
 
2953
+ property :client_sentiment_category_dimension_metadata, as: 'clientSentimentCategoryDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata::Representation
2954
+
2955
+ property :conversation_profile_dimension_metadata, as: 'conversationProfileDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata::Representation
2956
+
2957
+ property :conversational_agents_playbook_dimension_metadata, as: 'conversationalAgentsPlaybookDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata::Representation
2958
+
2959
+ property :conversational_agents_tool_dimension_metadata, as: 'conversationalAgentsToolDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata::Representation
2960
+
2881
2961
  property :dimension_key, as: 'dimensionKey'
2882
2962
  property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata::Representation
2883
2963
 
2964
+ property :label_dimension_metadata, as: 'labelDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata::Representation
2965
+
2966
+ property :medium_dimension_metadata, as: 'mediumDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata::Representation
2967
+
2884
2968
  property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata::Representation
2885
2969
 
2886
2970
  property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata::Representation
@@ -2903,6 +2987,36 @@ module Google
2903
2987
  end
2904
2988
  end
2905
2989
 
2990
+ class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
2991
+ # @private
2992
+ class Representation < Google::Apis::Core::JsonRepresentation
2993
+ property :sentiment_category, as: 'sentimentCategory'
2994
+ end
2995
+ end
2996
+
2997
+ class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata
2998
+ # @private
2999
+ class Representation < Google::Apis::Core::JsonRepresentation
3000
+ property :conversation_profile_id, as: 'conversationProfileId'
3001
+ end
3002
+ end
3003
+
3004
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
3005
+ # @private
3006
+ class Representation < Google::Apis::Core::JsonRepresentation
3007
+ property :playbook_display_name, as: 'playbookDisplayName'
3008
+ property :playbook_id, as: 'playbookId'
3009
+ end
3010
+ end
3011
+
3012
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata
3013
+ # @private
3014
+ class Representation < Google::Apis::Core::JsonRepresentation
3015
+ property :tool_display_name, as: 'toolDisplayName'
3016
+ property :tool_id, as: 'toolId'
3017
+ end
3018
+ end
3019
+
2906
3020
  class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
2907
3021
  # @private
2908
3022
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2912,6 +3026,21 @@ module Google
2912
3026
  end
2913
3027
  end
2914
3028
 
3029
+ class GoogleCloudContactcenterinsightsV1DimensionLabelDimensionMetadata
3030
+ # @private
3031
+ class Representation < Google::Apis::Core::JsonRepresentation
3032
+ property :label_key, as: 'labelKey'
3033
+ property :label_value, as: 'labelValue'
3034
+ end
3035
+ end
3036
+
3037
+ class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
3038
+ # @private
3039
+ class Representation < Google::Apis::Core::JsonRepresentation
3040
+ property :medium, as: 'medium'
3041
+ end
3042
+ end
3043
+
2915
3044
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
2916
3045
  # @private
2917
3046
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4735,9 +4864,21 @@ module Google
4735
4864
  class Representation < Google::Apis::Core::JsonRepresentation
4736
4865
  property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata::Representation
4737
4866
 
4867
+ property :client_sentiment_category_dimension_metadata, as: 'clientSentimentCategoryDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata::Representation
4868
+
4869
+ property :conversation_profile_dimension_metadata, as: 'conversationProfileDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata::Representation
4870
+
4871
+ property :conversational_agents_playbook_dimension_metadata, as: 'conversationalAgentsPlaybookDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata::Representation
4872
+
4873
+ property :conversational_agents_tool_dimension_metadata, as: 'conversationalAgentsToolDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata::Representation
4874
+
4738
4875
  property :dimension_key, as: 'dimensionKey'
4739
4876
  property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata::Representation
4740
4877
 
4878
+ property :label_dimension_metadata, as: 'labelDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata::Representation
4879
+
4880
+ property :medium_dimension_metadata, as: 'mediumDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata::Representation
4881
+
4741
4882
  property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata::Representation
4742
4883
 
4743
4884
  property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata::Representation
@@ -4760,6 +4901,36 @@ module Google
4760
4901
  end
4761
4902
  end
4762
4903
 
4904
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
4905
+ # @private
4906
+ class Representation < Google::Apis::Core::JsonRepresentation
4907
+ property :sentiment_category, as: 'sentimentCategory'
4908
+ end
4909
+ end
4910
+
4911
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
4912
+ # @private
4913
+ class Representation < Google::Apis::Core::JsonRepresentation
4914
+ property :conversation_profile_id, as: 'conversationProfileId'
4915
+ end
4916
+ end
4917
+
4918
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
4919
+ # @private
4920
+ class Representation < Google::Apis::Core::JsonRepresentation
4921
+ property :playbook_display_name, as: 'playbookDisplayName'
4922
+ property :playbook_id, as: 'playbookId'
4923
+ end
4924
+ end
4925
+
4926
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
4927
+ # @private
4928
+ class Representation < Google::Apis::Core::JsonRepresentation
4929
+ property :tool_display_name, as: 'toolDisplayName'
4930
+ property :tool_id, as: 'toolId'
4931
+ end
4932
+ end
4933
+
4763
4934
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
4764
4935
  # @private
4765
4936
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4769,6 +4940,21 @@ module Google
4769
4940
  end
4770
4941
  end
4771
4942
 
4943
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionLabelDimensionMetadata
4944
+ # @private
4945
+ class Representation < Google::Apis::Core::JsonRepresentation
4946
+ property :label_key, as: 'labelKey'
4947
+ property :label_value, as: 'labelValue'
4948
+ end
4949
+ end
4950
+
4951
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
4952
+ # @private
4953
+ class Representation < Google::Apis::Core::JsonRepresentation
4954
+ property :medium, as: 'medium'
4955
+ end
4956
+ end
4957
+
4772
4958
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
4773
4959
  # @private
4774
4960
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1347,39 +1347,6 @@ module Google
1347
1347
  execute_or_queue_command(command, &block)
1348
1348
  end
1349
1349
 
1350
- # Analyzes multiple conversations in a single request.
1351
- # @param [String] parent
1352
- # Required. The parent resource to create analyses in.
1353
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
1354
- # @param [String] fields
1355
- # Selector specifying which fields to include in a partial response.
1356
- # @param [String] quota_user
1357
- # Available to use for quota purposes for server-side applications. Can be any
1358
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1359
- # @param [Google::Apis::RequestOptions] options
1360
- # Request-specific options
1361
- #
1362
- # @yield [result, err] Result & error if block supplied
1363
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
1364
- # @yieldparam err [StandardError] error object if request failed
1365
- #
1366
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
1367
- #
1368
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1369
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1370
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1371
- def bulk_project_location_authorized_view_set_authorized_view_conversation_analyze(parent, google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1372
- command = make_simple_command(:post, 'v1/{+parent}/conversations:bulkAnalyze', options)
1373
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
1374
- command.request_object = google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
1375
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
1376
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
1377
- command.params['parent'] = parent unless parent.nil?
1378
- command.query['fields'] = fields unless fields.nil?
1379
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1380
- execute_or_queue_command(command, &block)
1381
- end
1382
-
1383
1350
  # Gets conversation statistics.
1384
1351
  # @param [String] location
1385
1352
  # Required. The location of the conversations.
@@ -1538,145 +1505,6 @@ module Google
1538
1505
  execute_or_queue_command(command, &block)
1539
1506
  end
1540
1507
 
1541
- # Creates an analysis. The long running operation is done when the analysis has
1542
- # completed.
1543
- # @param [String] parent
1544
- # Required. The parent resource of the analysis.
1545
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] google_cloud_contactcenterinsights_v1_analysis_object
1546
- # @param [String] fields
1547
- # Selector specifying which fields to include in a partial response.
1548
- # @param [String] quota_user
1549
- # Available to use for quota purposes for server-side applications. Can be any
1550
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1551
- # @param [Google::Apis::RequestOptions] options
1552
- # Request-specific options
1553
- #
1554
- # @yield [result, err] Result & error if block supplied
1555
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
1556
- # @yieldparam err [StandardError] error object if request failed
1557
- #
1558
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
1559
- #
1560
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1561
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1562
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1563
- def create_project_location_authorized_view_set_authorized_view_conversation_analysis(parent, google_cloud_contactcenterinsights_v1_analysis_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1564
- command = make_simple_command(:post, 'v1/{+parent}/analyses', options)
1565
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
1566
- command.request_object = google_cloud_contactcenterinsights_v1_analysis_object
1567
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
1568
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
1569
- command.params['parent'] = parent unless parent.nil?
1570
- command.query['fields'] = fields unless fields.nil?
1571
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1572
- execute_or_queue_command(command, &block)
1573
- end
1574
-
1575
- # Deletes an analysis.
1576
- # @param [String] name
1577
- # Required. The name of the analysis to delete.
1578
- # @param [String] fields
1579
- # Selector specifying which fields to include in a partial response.
1580
- # @param [String] quota_user
1581
- # Available to use for quota purposes for server-side applications. Can be any
1582
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1583
- # @param [Google::Apis::RequestOptions] options
1584
- # Request-specific options
1585
- #
1586
- # @yield [result, err] Result & error if block supplied
1587
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty] parsed result object
1588
- # @yieldparam err [StandardError] error object if request failed
1589
- #
1590
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty]
1591
- #
1592
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1593
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1594
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1595
- def delete_project_location_authorized_view_set_authorized_view_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
1596
- command = make_simple_command(:delete, 'v1/{+name}', options)
1597
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty::Representation
1598
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty
1599
- command.params['name'] = name unless name.nil?
1600
- command.query['fields'] = fields unless fields.nil?
1601
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1602
- execute_or_queue_command(command, &block)
1603
- end
1604
-
1605
- # Gets an analysis.
1606
- # @param [String] name
1607
- # Required. The name of the analysis to get.
1608
- # @param [String] fields
1609
- # Selector specifying which fields to include in a partial response.
1610
- # @param [String] quota_user
1611
- # Available to use for quota purposes for server-side applications. Can be any
1612
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1613
- # @param [Google::Apis::RequestOptions] options
1614
- # Request-specific options
1615
- #
1616
- # @yield [result, err] Result & error if block supplied
1617
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] parsed result object
1618
- # @yieldparam err [StandardError] error object if request failed
1619
- #
1620
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis]
1621
- #
1622
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1623
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1624
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1625
- def get_project_location_authorized_view_set_authorized_view_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
1626
- command = make_simple_command(:get, 'v1/{+name}', options)
1627
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
1628
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis
1629
- command.params['name'] = name unless name.nil?
1630
- command.query['fields'] = fields unless fields.nil?
1631
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1632
- execute_or_queue_command(command, &block)
1633
- end
1634
-
1635
- # Lists analyses.
1636
- # @param [String] parent
1637
- # Required. The parent resource of the analyses.
1638
- # @param [String] filter
1639
- # A filter to reduce results to a specific subset. Useful for querying
1640
- # conversations with specific properties.
1641
- # @param [Fixnum] page_size
1642
- # The maximum number of analyses to return in the response. If this value is
1643
- # zero, the service will select a default size. A call might return fewer
1644
- # objects than requested. A non-empty `next_page_token` in the response
1645
- # indicates that more data is available.
1646
- # @param [String] page_token
1647
- # The value returned by the last `ListAnalysesResponse`; indicates that this is
1648
- # a continuation of a prior `ListAnalyses` call and the system should return the
1649
- # next page of data.
1650
- # @param [String] fields
1651
- # Selector specifying which fields to include in a partial response.
1652
- # @param [String] quota_user
1653
- # Available to use for quota purposes for server-side applications. Can be any
1654
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1655
- # @param [Google::Apis::RequestOptions] options
1656
- # Request-specific options
1657
- #
1658
- # @yield [result, err] Result & error if block supplied
1659
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse] parsed result object
1660
- # @yieldparam err [StandardError] error object if request failed
1661
- #
1662
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse]
1663
- #
1664
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1665
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1666
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1667
- def list_project_location_authorized_view_set_authorized_view_conversation_analyses(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1668
- command = make_simple_command(:get, 'v1/{+parent}/analyses', options)
1669
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse::Representation
1670
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse
1671
- command.params['parent'] = parent unless parent.nil?
1672
- command.query['filter'] = filter unless filter.nil?
1673
- command.query['pageSize'] = page_size unless page_size.nil?
1674
- command.query['pageToken'] = page_token unless page_token.nil?
1675
- command.query['fields'] = fields unless fields.nil?
1676
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1677
- execute_or_queue_command(command, &block)
1678
- end
1679
-
1680
1508
  # Appeal an Assessment.
1681
1509
  # @param [String] name
1682
1510
  # Required. The name of the assessment to appeal.
@@ -2326,11 +2154,12 @@ module Google
2326
2154
  # The standard list page token.
2327
2155
  # @param [Boolean] return_partial_success
2328
2156
  # When set to `true`, operations that are reachable are returned as normal, and
2329
- # those that are unreachable are returned in the [ListOperationsResponse.
2330
- # unreachable] field. This can only be `true` when reading across collections e.
2331
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2332
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2333
- # explicitly documented otherwise in service or product specific documentation.
2157
+ # those that are unreachable are returned in the ListOperationsResponse.
2158
+ # unreachable field. This can only be `true` when reading across collections.
2159
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2160
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2161
+ # if set unless explicitly documented otherwise in service or product specific
2162
+ # documentation.
2334
2163
  # @param [String] fields
2335
2164
  # Selector specifying which fields to include in a partial response.
2336
2165
  # @param [String] quota_user
@@ -3483,6 +3312,39 @@ module Google
3483
3312
  execute_or_queue_command(command, &block)
3484
3313
  end
3485
3314
 
3315
+ # Analyzes multiple conversations in a single request.
3316
+ # @param [String] parent
3317
+ # Required. The parent resource to create analyses in.
3318
+ # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3319
+ # @param [String] fields
3320
+ # Selector specifying which fields to include in a partial response.
3321
+ # @param [String] quota_user
3322
+ # Available to use for quota purposes for server-side applications. Can be any
3323
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3324
+ # @param [Google::Apis::RequestOptions] options
3325
+ # Request-specific options
3326
+ #
3327
+ # @yield [result, err] Result & error if block supplied
3328
+ # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
3329
+ # @yieldparam err [StandardError] error object if request failed
3330
+ #
3331
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
3332
+ #
3333
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3334
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3335
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3336
+ def bulk_project_location_conversation_segment_analyze(parent, google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3337
+ command = make_simple_command(:post, 'v1/{+parent}/segments:bulkAnalyze', options)
3338
+ command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
3339
+ command.request_object = google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3340
+ command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
3341
+ command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
3342
+ command.params['parent'] = parent unless parent.nil?
3343
+ command.query['fields'] = fields unless fields.nil?
3344
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3345
+ execute_or_queue_command(command, &block)
3346
+ end
3347
+
3486
3348
  # Delete feedback labels in bulk using a filter.
3487
3349
  # @param [String] parent
3488
3350
  # Required. The parent resource for new feedback labels.
@@ -3812,39 +3674,6 @@ module Google
3812
3674
  execute_or_queue_command(command, &block)
3813
3675
  end
3814
3676
 
3815
- # Analyzes multiple conversations in a single request.
3816
- # @param [String] parent
3817
- # Required. The parent resource to create analyses in.
3818
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3819
- # @param [String] fields
3820
- # Selector specifying which fields to include in a partial response.
3821
- # @param [String] quota_user
3822
- # Available to use for quota purposes for server-side applications. Can be any
3823
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3824
- # @param [Google::Apis::RequestOptions] options
3825
- # Request-specific options
3826
- #
3827
- # @yield [result, err] Result & error if block supplied
3828
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
3829
- # @yieldparam err [StandardError] error object if request failed
3830
- #
3831
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
3832
- #
3833
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3834
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3835
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3836
- def bulk_project_location_dataset_conversation_analyze(parent, google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3837
- command = make_simple_command(:post, 'v1/{+parent}/conversations:bulkAnalyze', options)
3838
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
3839
- command.request_object = google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3840
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
3841
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
3842
- command.params['parent'] = parent unless parent.nil?
3843
- command.query['fields'] = fields unless fields.nil?
3844
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3845
- execute_or_queue_command(command, &block)
3846
- end
3847
-
3848
3677
  # Deletes multiple conversations in a single request.
3849
3678
  # @param [String] parent
3850
3679
  # Required. The parent resource to delete conversations from. Format: projects/`
@@ -4103,145 +3932,6 @@ module Google
4103
3932
  execute_or_queue_command(command, &block)
4104
3933
  end
4105
3934
 
4106
- # Creates an analysis. The long running operation is done when the analysis has
4107
- # completed.
4108
- # @param [String] parent
4109
- # Required. The parent resource of the analysis.
4110
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] google_cloud_contactcenterinsights_v1_analysis_object
4111
- # @param [String] fields
4112
- # Selector specifying which fields to include in a partial response.
4113
- # @param [String] quota_user
4114
- # Available to use for quota purposes for server-side applications. Can be any
4115
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4116
- # @param [Google::Apis::RequestOptions] options
4117
- # Request-specific options
4118
- #
4119
- # @yield [result, err] Result & error if block supplied
4120
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
4121
- # @yieldparam err [StandardError] error object if request failed
4122
- #
4123
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
4124
- #
4125
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4126
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4127
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4128
- def create_project_location_dataset_conversation_analysis(parent, google_cloud_contactcenterinsights_v1_analysis_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4129
- command = make_simple_command(:post, 'v1/{+parent}/analyses', options)
4130
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
4131
- command.request_object = google_cloud_contactcenterinsights_v1_analysis_object
4132
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
4133
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
4134
- command.params['parent'] = parent unless parent.nil?
4135
- command.query['fields'] = fields unless fields.nil?
4136
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4137
- execute_or_queue_command(command, &block)
4138
- end
4139
-
4140
- # Deletes an analysis.
4141
- # @param [String] name
4142
- # Required. The name of the analysis to delete.
4143
- # @param [String] fields
4144
- # Selector specifying which fields to include in a partial response.
4145
- # @param [String] quota_user
4146
- # Available to use for quota purposes for server-side applications. Can be any
4147
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4148
- # @param [Google::Apis::RequestOptions] options
4149
- # Request-specific options
4150
- #
4151
- # @yield [result, err] Result & error if block supplied
4152
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty] parsed result object
4153
- # @yieldparam err [StandardError] error object if request failed
4154
- #
4155
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty]
4156
- #
4157
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4158
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4159
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4160
- def delete_project_location_dataset_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
4161
- command = make_simple_command(:delete, 'v1/{+name}', options)
4162
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty::Representation
4163
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty
4164
- command.params['name'] = name unless name.nil?
4165
- command.query['fields'] = fields unless fields.nil?
4166
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4167
- execute_or_queue_command(command, &block)
4168
- end
4169
-
4170
- # Gets an analysis.
4171
- # @param [String] name
4172
- # Required. The name of the analysis to get.
4173
- # @param [String] fields
4174
- # Selector specifying which fields to include in a partial response.
4175
- # @param [String] quota_user
4176
- # Available to use for quota purposes for server-side applications. Can be any
4177
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4178
- # @param [Google::Apis::RequestOptions] options
4179
- # Request-specific options
4180
- #
4181
- # @yield [result, err] Result & error if block supplied
4182
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] parsed result object
4183
- # @yieldparam err [StandardError] error object if request failed
4184
- #
4185
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis]
4186
- #
4187
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4188
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4189
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4190
- def get_project_location_dataset_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
4191
- command = make_simple_command(:get, 'v1/{+name}', options)
4192
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
4193
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis
4194
- command.params['name'] = name unless name.nil?
4195
- command.query['fields'] = fields unless fields.nil?
4196
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4197
- execute_or_queue_command(command, &block)
4198
- end
4199
-
4200
- # Lists analyses.
4201
- # @param [String] parent
4202
- # Required. The parent resource of the analyses.
4203
- # @param [String] filter
4204
- # A filter to reduce results to a specific subset. Useful for querying
4205
- # conversations with specific properties.
4206
- # @param [Fixnum] page_size
4207
- # The maximum number of analyses to return in the response. If this value is
4208
- # zero, the service will select a default size. A call might return fewer
4209
- # objects than requested. A non-empty `next_page_token` in the response
4210
- # indicates that more data is available.
4211
- # @param [String] page_token
4212
- # The value returned by the last `ListAnalysesResponse`; indicates that this is
4213
- # a continuation of a prior `ListAnalyses` call and the system should return the
4214
- # next page of data.
4215
- # @param [String] fields
4216
- # Selector specifying which fields to include in a partial response.
4217
- # @param [String] quota_user
4218
- # Available to use for quota purposes for server-side applications. Can be any
4219
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4220
- # @param [Google::Apis::RequestOptions] options
4221
- # Request-specific options
4222
- #
4223
- # @yield [result, err] Result & error if block supplied
4224
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse] parsed result object
4225
- # @yieldparam err [StandardError] error object if request failed
4226
- #
4227
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse]
4228
- #
4229
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4230
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4231
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4232
- def list_project_location_dataset_conversation_analyses(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4233
- command = make_simple_command(:get, 'v1/{+parent}/analyses', options)
4234
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse::Representation
4235
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse
4236
- command.params['parent'] = parent unless parent.nil?
4237
- command.query['filter'] = filter unless filter.nil?
4238
- command.query['pageSize'] = page_size unless page_size.nil?
4239
- command.query['pageToken'] = page_token unless page_token.nil?
4240
- command.query['fields'] = fields unless fields.nil?
4241
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4242
- execute_or_queue_command(command, &block)
4243
- end
4244
-
4245
3935
  # Create feedback label.
4246
3936
  # @param [String] parent
4247
3937
  # Required. The parent resource of the feedback label.
@@ -5094,11 +4784,12 @@ module Google
5094
4784
  # The standard list page token.
5095
4785
  # @param [Boolean] return_partial_success
5096
4786
  # When set to `true`, operations that are reachable are returned as normal, and
5097
- # those that are unreachable are returned in the [ListOperationsResponse.
5098
- # unreachable] field. This can only be `true` when reading across collections e.
5099
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
5100
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
5101
- # explicitly documented otherwise in service or product specific documentation.
4787
+ # those that are unreachable are returned in the ListOperationsResponse.
4788
+ # unreachable field. This can only be `true` when reading across collections.
4789
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
4790
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
4791
+ # if set unless explicitly documented otherwise in service or product specific
4792
+ # documentation.
5102
4793
  # @param [String] fields
5103
4794
  # Selector specifying which fields to include in a partial response.
5104
4795
  # @param [String] quota_user
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.76.0
4
+ version: 0.78.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.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.78.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: