google-apis-contactcenterinsights_v1 0.75.0 → 0.77.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: b5202f6afc5dbfd9c9095caf2ce03397edac73d450163914ab177eb162604e6e
4
- data.tar.gz: 89d610c8fb1e612d536ddd27c974857c52a2f638a6eeca9056ee1721f047783e
3
+ metadata.gz: 5162ed2af659126c069f0550e7d6d0635df9b9adf68dcbf139ed72c75d0964c7
4
+ data.tar.gz: 7d8e8ef4bdd6545fbb48e4b6aef20cd4c4e4f3e6b4a9b6060a3b3fc5633a10f4
5
5
  SHA512:
6
- metadata.gz: c4f8919902514f05d8adf988a6b72500439dafa88ad9155cf2f4db690b60ad745f55891e9b57811351e30f6ece6943d65b864436163c6d46c4c054431bc6df62
7
- data.tar.gz: b4c8056abe9b8f6ca61ec91b8c7b9b1e8b6a068ba2b333c38d05e09cdc439b47e90c4ffeae11cc093a74ad9e427b254c3e59e026a8048d1d73ab4e39a14acc06
6
+ metadata.gz: 9bcfaad9286b7e8940c9ff268249c8e7997aeacad3abccb39b0c76fa8691932cd0a9a70ec4e5555bf2b1834dc63feac1a2e7f6603704ec3be016fe8a4cd6b425
7
+ data.tar.gz: 70c56a183d3a22a4f31378c245ef6c5b0e22f2ec37095d01e92792bf6c1eefc80085ae4d47eb336a69169f88baf98c63affa161bd362044058e3fb50a586d0b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.77.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251023
6
+
7
+ ### v0.76.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251007
10
+
3
11
  ### v0.75.0 (2025-09-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20250926
@@ -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,11 @@ module Google
2699
2719
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata]
2700
2720
  attr_accessor :issue_dimension_metadata
2701
2721
 
2722
+ # Metadata about the conversation medium dimension.
2723
+ # Corresponds to the JSON property `mediumDimensionMetadata`
2724
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata]
2725
+ attr_accessor :medium_dimension_metadata
2726
+
2702
2727
  # Metadata about the QA question-answer dimension. This is useful for showing
2703
2728
  # the answer distribution for questions for a given scorecard.
2704
2729
  # Corresponds to the JSON property `qaQuestionAnswerDimensionMetadata`
@@ -2722,8 +2747,13 @@ module Google
2722
2747
  # Update properties of this object
2723
2748
  def update!(**args)
2724
2749
  @agent_dimension_metadata = args[:agent_dimension_metadata] if args.key?(:agent_dimension_metadata)
2750
+ @client_sentiment_category_dimension_metadata = args[:client_sentiment_category_dimension_metadata] if args.key?(:client_sentiment_category_dimension_metadata)
2751
+ @conversation_profile_dimension_metadata = args[:conversation_profile_dimension_metadata] if args.key?(:conversation_profile_dimension_metadata)
2752
+ @conversational_agents_playbook_dimension_metadata = args[:conversational_agents_playbook_dimension_metadata] if args.key?(:conversational_agents_playbook_dimension_metadata)
2753
+ @conversational_agents_tool_dimension_metadata = args[:conversational_agents_tool_dimension_metadata] if args.key?(:conversational_agents_tool_dimension_metadata)
2725
2754
  @dimension_key = args[:dimension_key] if args.key?(:dimension_key)
2726
2755
  @issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
2756
+ @medium_dimension_metadata = args[:medium_dimension_metadata] if args.key?(:medium_dimension_metadata)
2727
2757
  @qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
2728
2758
  @qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
2729
2759
  @qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
@@ -2793,6 +2823,94 @@ module Google
2793
2823
  end
2794
2824
  end
2795
2825
 
2826
+ # Metadata about the client sentiment category dimension.
2827
+ class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
2828
+ include Google::Apis::Core::Hashable
2829
+
2830
+ # Optional. The client sentiment category.
2831
+ # Corresponds to the JSON property `sentimentCategory`
2832
+ # @return [String]
2833
+ attr_accessor :sentiment_category
2834
+
2835
+ def initialize(**args)
2836
+ update!(**args)
2837
+ end
2838
+
2839
+ # Update properties of this object
2840
+ def update!(**args)
2841
+ @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category)
2842
+ end
2843
+ end
2844
+
2845
+ # Metadata about the conversation profile dimension.
2846
+ class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata
2847
+ include Google::Apis::Core::Hashable
2848
+
2849
+ # Optional. The conversation profile ID.
2850
+ # Corresponds to the JSON property `conversationProfileId`
2851
+ # @return [String]
2852
+ attr_accessor :conversation_profile_id
2853
+
2854
+ def initialize(**args)
2855
+ update!(**args)
2856
+ end
2857
+
2858
+ # Update properties of this object
2859
+ def update!(**args)
2860
+ @conversation_profile_id = args[:conversation_profile_id] if args.key?(:conversation_profile_id)
2861
+ end
2862
+ end
2863
+
2864
+ # Metadata about the Conversational Agents playbook dimension.
2865
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
2866
+ include Google::Apis::Core::Hashable
2867
+
2868
+ # Optional. The dialogflow playbook display name.
2869
+ # Corresponds to the JSON property `playbookDisplayName`
2870
+ # @return [String]
2871
+ attr_accessor :playbook_display_name
2872
+
2873
+ # Optional. The dialogflow playbook ID.
2874
+ # Corresponds to the JSON property `playbookId`
2875
+ # @return [String]
2876
+ attr_accessor :playbook_id
2877
+
2878
+ def initialize(**args)
2879
+ update!(**args)
2880
+ end
2881
+
2882
+ # Update properties of this object
2883
+ def update!(**args)
2884
+ @playbook_display_name = args[:playbook_display_name] if args.key?(:playbook_display_name)
2885
+ @playbook_id = args[:playbook_id] if args.key?(:playbook_id)
2886
+ end
2887
+ end
2888
+
2889
+ # Metadata about the Conversational Agents tool dimension.
2890
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata
2891
+ include Google::Apis::Core::Hashable
2892
+
2893
+ # Optional. The dialogflow tool display name.
2894
+ # Corresponds to the JSON property `toolDisplayName`
2895
+ # @return [String]
2896
+ attr_accessor :tool_display_name
2897
+
2898
+ # Optional. The dialogflow tool ID.
2899
+ # Corresponds to the JSON property `toolId`
2900
+ # @return [String]
2901
+ attr_accessor :tool_id
2902
+
2903
+ def initialize(**args)
2904
+ update!(**args)
2905
+ end
2906
+
2907
+ # Update properties of this object
2908
+ def update!(**args)
2909
+ @tool_display_name = args[:tool_display_name] if args.key?(:tool_display_name)
2910
+ @tool_id = args[:tool_id] if args.key?(:tool_id)
2911
+ end
2912
+ end
2913
+
2796
2914
  # Metadata about the issue dimension.
2797
2915
  class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
2798
2916
  include Google::Apis::Core::Hashable
@@ -2824,6 +2942,25 @@ module Google
2824
2942
  end
2825
2943
  end
2826
2944
 
2945
+ # Metadata about the conversation medium dimension.
2946
+ class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
2947
+ include Google::Apis::Core::Hashable
2948
+
2949
+ # Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.
2950
+ # Corresponds to the JSON property `medium`
2951
+ # @return [String]
2952
+ attr_accessor :medium
2953
+
2954
+ def initialize(**args)
2955
+ update!(**args)
2956
+ end
2957
+
2958
+ # Update properties of this object
2959
+ def update!(**args)
2960
+ @medium = args[:medium] if args.key?(:medium)
2961
+ end
2962
+ end
2963
+
2827
2964
  # Metadata about the QA question-answer dimension. This is useful for showing
2828
2965
  # the answer distribution for questions for a given scorecard.
2829
2966
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
@@ -5200,11 +5337,6 @@ module Google
5200
5337
  # @return [Float]
5201
5338
  attr_accessor :potential_score
5202
5339
 
5203
- # Wrapper for the rationale for the answer.
5204
- # Corresponds to the JSON property `rationale`
5205
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale]
5206
- attr_accessor :rationale
5207
-
5208
5340
  # Output only. Numerical score of the answer.
5209
5341
  # Corresponds to the JSON property `score`
5210
5342
  # @return [Float]
@@ -5235,32 +5367,12 @@ module Google
5235
5367
  @normalized_score = args[:normalized_score] if args.key?(:normalized_score)
5236
5368
  @num_value = args[:num_value] if args.key?(:num_value)
5237
5369
  @potential_score = args[:potential_score] if args.key?(:potential_score)
5238
- @rationale = args[:rationale] if args.key?(:rationale)
5239
5370
  @score = args[:score] if args.key?(:score)
5240
5371
  @skip_value = args[:skip_value] if args.key?(:skip_value)
5241
5372
  @str_value = args[:str_value] if args.key?(:str_value)
5242
5373
  end
5243
5374
  end
5244
5375
 
5245
- # Wrapper for the rationale for the answer.
5246
- class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale
5247
- include Google::Apis::Core::Hashable
5248
-
5249
- # The rationale string for the answer.
5250
- # Corresponds to the JSON property `rationale`
5251
- # @return [String]
5252
- attr_accessor :rationale
5253
-
5254
- def initialize(**args)
5255
- update!(**args)
5256
- end
5257
-
5258
- # Update properties of this object
5259
- def update!(**args)
5260
- @rationale = args[:rationale] if args.key?(:rationale)
5261
- end
5262
- end
5263
-
5264
5376
  # A single question to be scored by the Insights QA feature.
5265
5377
  class GoogleCloudContactcenterinsightsV1QaQuestion
5266
5378
  include Google::Apis::Core::Hashable
@@ -6713,6 +6825,15 @@ module Google
6713
6825
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
6714
6826
  attr_accessor :redaction_config
6715
6827
 
6828
+ # Optional. The path to a Cloud Storage bucket containing conversation screen
6829
+ # recordings. If provided, Insights will search in the bucket for a screen
6830
+ # recording file matching the conversation data source object name prefix. If
6831
+ # matches are found, these file URIs will be stored in the conversation screen
6832
+ # recordings field.
6833
+ # Corresponds to the JSON property `screenRecordingBucketUri`
6834
+ # @return [String]
6835
+ attr_accessor :screen_recording_bucket_uri
6836
+
6716
6837
  # Speech-to-Text configuration. Speech-to-Text settings are applied to
6717
6838
  # conversations ingested from the `UploadConversation` and `IngestConversations`
6718
6839
  # endpoints, including conversation coming from CCAI Platform. They are not
@@ -6739,6 +6860,7 @@ module Google
6739
6860
  @name = args[:name] if args.key?(:name)
6740
6861
  @pubsub_notification_settings = args[:pubsub_notification_settings] if args.key?(:pubsub_notification_settings)
6741
6862
  @redaction_config = args[:redaction_config] if args.key?(:redaction_config)
6863
+ @screen_recording_bucket_uri = args[:screen_recording_bucket_uri] if args.key?(:screen_recording_bucket_uri)
6742
6864
  @speech_config = args[:speech_config] if args.key?(:speech_config)
6743
6865
  @update_time = args[:update_time] if args.key?(:update_time)
6744
6866
  end
@@ -9117,6 +9239,26 @@ module Google
9117
9239
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata]
9118
9240
  attr_accessor :agent_dimension_metadata
9119
9241
 
9242
+ # Metadata about the client sentiment category dimension.
9243
+ # Corresponds to the JSON property `clientSentimentCategoryDimensionMetadata`
9244
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata]
9245
+ attr_accessor :client_sentiment_category_dimension_metadata
9246
+
9247
+ # Metadata about the conversation profile dimension.
9248
+ # Corresponds to the JSON property `conversationProfileDimensionMetadata`
9249
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata]
9250
+ attr_accessor :conversation_profile_dimension_metadata
9251
+
9252
+ # Metadata about the Conversational Agents playbook dimension.
9253
+ # Corresponds to the JSON property `conversationalAgentsPlaybookDimensionMetadata`
9254
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata]
9255
+ attr_accessor :conversational_agents_playbook_dimension_metadata
9256
+
9257
+ # Metadata about the Conversational Agents tool dimension.
9258
+ # Corresponds to the JSON property `conversationalAgentsToolDimensionMetadata`
9259
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata]
9260
+ attr_accessor :conversational_agents_tool_dimension_metadata
9261
+
9120
9262
  # The key of the dimension.
9121
9263
  # Corresponds to the JSON property `dimensionKey`
9122
9264
  # @return [String]
@@ -9127,6 +9269,11 @@ module Google
9127
9269
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata]
9128
9270
  attr_accessor :issue_dimension_metadata
9129
9271
 
9272
+ # Metadata about the conversation medium dimension.
9273
+ # Corresponds to the JSON property `mediumDimensionMetadata`
9274
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata]
9275
+ attr_accessor :medium_dimension_metadata
9276
+
9130
9277
  # Metadata about the QA question-answer dimension. This is useful for showing
9131
9278
  # the answer distribution for questions for a given scorecard.
9132
9279
  # Corresponds to the JSON property `qaQuestionAnswerDimensionMetadata`
@@ -9150,8 +9297,13 @@ module Google
9150
9297
  # Update properties of this object
9151
9298
  def update!(**args)
9152
9299
  @agent_dimension_metadata = args[:agent_dimension_metadata] if args.key?(:agent_dimension_metadata)
9300
+ @client_sentiment_category_dimension_metadata = args[:client_sentiment_category_dimension_metadata] if args.key?(:client_sentiment_category_dimension_metadata)
9301
+ @conversation_profile_dimension_metadata = args[:conversation_profile_dimension_metadata] if args.key?(:conversation_profile_dimension_metadata)
9302
+ @conversational_agents_playbook_dimension_metadata = args[:conversational_agents_playbook_dimension_metadata] if args.key?(:conversational_agents_playbook_dimension_metadata)
9303
+ @conversational_agents_tool_dimension_metadata = args[:conversational_agents_tool_dimension_metadata] if args.key?(:conversational_agents_tool_dimension_metadata)
9153
9304
  @dimension_key = args[:dimension_key] if args.key?(:dimension_key)
9154
9305
  @issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
9306
+ @medium_dimension_metadata = args[:medium_dimension_metadata] if args.key?(:medium_dimension_metadata)
9155
9307
  @qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
9156
9308
  @qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
9157
9309
  @qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
@@ -9221,6 +9373,94 @@ module Google
9221
9373
  end
9222
9374
  end
9223
9375
 
9376
+ # Metadata about the client sentiment category dimension.
9377
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
9378
+ include Google::Apis::Core::Hashable
9379
+
9380
+ # Optional. The client sentiment category.
9381
+ # Corresponds to the JSON property `sentimentCategory`
9382
+ # @return [String]
9383
+ attr_accessor :sentiment_category
9384
+
9385
+ def initialize(**args)
9386
+ update!(**args)
9387
+ end
9388
+
9389
+ # Update properties of this object
9390
+ def update!(**args)
9391
+ @sentiment_category = args[:sentiment_category] if args.key?(:sentiment_category)
9392
+ end
9393
+ end
9394
+
9395
+ # Metadata about the conversation profile dimension.
9396
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
9397
+ include Google::Apis::Core::Hashable
9398
+
9399
+ # Optional. The conversation profile ID.
9400
+ # Corresponds to the JSON property `conversationProfileId`
9401
+ # @return [String]
9402
+ attr_accessor :conversation_profile_id
9403
+
9404
+ def initialize(**args)
9405
+ update!(**args)
9406
+ end
9407
+
9408
+ # Update properties of this object
9409
+ def update!(**args)
9410
+ @conversation_profile_id = args[:conversation_profile_id] if args.key?(:conversation_profile_id)
9411
+ end
9412
+ end
9413
+
9414
+ # Metadata about the Conversational Agents playbook dimension.
9415
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
9416
+ include Google::Apis::Core::Hashable
9417
+
9418
+ # Optional. The dialogflow playbook display name.
9419
+ # Corresponds to the JSON property `playbookDisplayName`
9420
+ # @return [String]
9421
+ attr_accessor :playbook_display_name
9422
+
9423
+ # Optional. The dialogflow playbook ID.
9424
+ # Corresponds to the JSON property `playbookId`
9425
+ # @return [String]
9426
+ attr_accessor :playbook_id
9427
+
9428
+ def initialize(**args)
9429
+ update!(**args)
9430
+ end
9431
+
9432
+ # Update properties of this object
9433
+ def update!(**args)
9434
+ @playbook_display_name = args[:playbook_display_name] if args.key?(:playbook_display_name)
9435
+ @playbook_id = args[:playbook_id] if args.key?(:playbook_id)
9436
+ end
9437
+ end
9438
+
9439
+ # Metadata about the Conversational Agents tool dimension.
9440
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
9441
+ include Google::Apis::Core::Hashable
9442
+
9443
+ # Optional. The dialogflow tool display name.
9444
+ # Corresponds to the JSON property `toolDisplayName`
9445
+ # @return [String]
9446
+ attr_accessor :tool_display_name
9447
+
9448
+ # Optional. The dialogflow tool ID.
9449
+ # Corresponds to the JSON property `toolId`
9450
+ # @return [String]
9451
+ attr_accessor :tool_id
9452
+
9453
+ def initialize(**args)
9454
+ update!(**args)
9455
+ end
9456
+
9457
+ # Update properties of this object
9458
+ def update!(**args)
9459
+ @tool_display_name = args[:tool_display_name] if args.key?(:tool_display_name)
9460
+ @tool_id = args[:tool_id] if args.key?(:tool_id)
9461
+ end
9462
+ end
9463
+
9224
9464
  # Metadata about the issue dimension.
9225
9465
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
9226
9466
  include Google::Apis::Core::Hashable
@@ -9252,6 +9492,25 @@ module Google
9252
9492
  end
9253
9493
  end
9254
9494
 
9495
+ # Metadata about the conversation medium dimension.
9496
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
9497
+ include Google::Apis::Core::Hashable
9498
+
9499
+ # Optional. The conversation medium. Currently supports : PHONE_CALL, CHAT.
9500
+ # Corresponds to the JSON property `medium`
9501
+ # @return [String]
9502
+ attr_accessor :medium
9503
+
9504
+ def initialize(**args)
9505
+ update!(**args)
9506
+ end
9507
+
9508
+ # Update properties of this object
9509
+ def update!(**args)
9510
+ @medium = args[:medium] if args.key?(:medium)
9511
+ end
9512
+ end
9513
+
9255
9514
  # Metadata about the QA question-answer dimension. This is useful for showing
9256
9515
  # the answer distribution for questions for a given scorecard.
9257
9516
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
@@ -10871,11 +11130,6 @@ module Google
10871
11130
  # @return [Float]
10872
11131
  attr_accessor :potential_score
10873
11132
 
10874
- # Wrapper for the rationale for the answer.
10875
- # Corresponds to the JSON property `rationale`
10876
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale]
10877
- attr_accessor :rationale
10878
-
10879
11133
  # Output only. Numerical score of the answer.
10880
11134
  # Corresponds to the JSON property `score`
10881
11135
  # @return [Float]
@@ -10906,32 +11160,12 @@ module Google
10906
11160
  @normalized_score = args[:normalized_score] if args.key?(:normalized_score)
10907
11161
  @num_value = args[:num_value] if args.key?(:num_value)
10908
11162
  @potential_score = args[:potential_score] if args.key?(:potential_score)
10909
- @rationale = args[:rationale] if args.key?(:rationale)
10910
11163
  @score = args[:score] if args.key?(:score)
10911
11164
  @skip_value = args[:skip_value] if args.key?(:skip_value)
10912
11165
  @str_value = args[:str_value] if args.key?(:str_value)
10913
11166
  end
10914
11167
  end
10915
11168
 
10916
- # Wrapper for the rationale for the answer.
10917
- class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale
10918
- include Google::Apis::Core::Hashable
10919
-
10920
- # The rationale string for the answer.
10921
- # Corresponds to the JSON property `rationale`
10922
- # @return [String]
10923
- attr_accessor :rationale
10924
-
10925
- def initialize(**args)
10926
- update!(**args)
10927
- end
10928
-
10929
- # Update properties of this object
10930
- def update!(**args)
10931
- @rationale = args[:rationale] if args.key?(:rationale)
10932
- end
10933
- end
10934
-
10935
11169
  # A tag is a resource which aims to categorize a set of questions across
10936
11170
  # multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
10937
11171
  class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
@@ -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.75.0"
19
+ GEM_VERSION = "0.77.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 = "20250926"
25
+ REVISION = "20251023"
26
26
  end
27
27
  end
28
28
  end
@@ -454,12 +454,42 @@ 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 GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
463
493
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
464
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
495
 
@@ -922,12 +952,6 @@ module Google
922
952
  include Google::Apis::Core::JsonObjectSupport
923
953
  end
924
954
 
925
- class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale
926
- class Representation < Google::Apis::Core::JsonRepresentation; end
927
-
928
- include Google::Apis::Core::JsonObjectSupport
929
- end
930
-
931
955
  class GoogleCloudContactcenterinsightsV1QaQuestion
932
956
  class Representation < Google::Apis::Core::JsonRepresentation; end
933
957
 
@@ -1546,12 +1570,42 @@ module Google
1546
1570
  include Google::Apis::Core::JsonObjectSupport
1547
1571
  end
1548
1572
 
1573
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
1574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1575
+
1576
+ include Google::Apis::Core::JsonObjectSupport
1577
+ end
1578
+
1579
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
1580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1581
+
1582
+ include Google::Apis::Core::JsonObjectSupport
1583
+ end
1584
+
1585
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1591
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
1592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1593
+
1594
+ include Google::Apis::Core::JsonObjectSupport
1595
+ end
1596
+
1549
1597
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
1550
1598
  class Representation < Google::Apis::Core::JsonRepresentation; end
1551
1599
 
1552
1600
  include Google::Apis::Core::JsonObjectSupport
1553
1601
  end
1554
1602
 
1603
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
1604
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1605
+
1606
+ include Google::Apis::Core::JsonObjectSupport
1607
+ end
1608
+
1555
1609
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
1556
1610
  class Representation < Google::Apis::Core::JsonRepresentation; end
1557
1611
 
@@ -1846,12 +1900,6 @@ module Google
1846
1900
  include Google::Apis::Core::JsonObjectSupport
1847
1901
  end
1848
1902
 
1849
- class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale
1850
- class Representation < Google::Apis::Core::JsonRepresentation; end
1851
-
1852
- include Google::Apis::Core::JsonObjectSupport
1853
- end
1854
-
1855
1903
  class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
1856
1904
  class Representation < Google::Apis::Core::JsonRepresentation; end
1857
1905
 
@@ -2890,9 +2938,19 @@ module Google
2890
2938
  class Representation < Google::Apis::Core::JsonRepresentation
2891
2939
  property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata::Representation
2892
2940
 
2941
+ property :client_sentiment_category_dimension_metadata, as: 'clientSentimentCategoryDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata::Representation
2942
+
2943
+ property :conversation_profile_dimension_metadata, as: 'conversationProfileDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata::Representation
2944
+
2945
+ property :conversational_agents_playbook_dimension_metadata, as: 'conversationalAgentsPlaybookDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata::Representation
2946
+
2947
+ property :conversational_agents_tool_dimension_metadata, as: 'conversationalAgentsToolDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata::Representation
2948
+
2893
2949
  property :dimension_key, as: 'dimensionKey'
2894
2950
  property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata::Representation
2895
2951
 
2952
+ property :medium_dimension_metadata, as: 'mediumDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata::Representation
2953
+
2896
2954
  property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata::Representation
2897
2955
 
2898
2956
  property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata::Representation
@@ -2915,6 +2973,36 @@ module Google
2915
2973
  end
2916
2974
  end
2917
2975
 
2976
+ class GoogleCloudContactcenterinsightsV1DimensionClientSentimentCategoryDimensionMetadata
2977
+ # @private
2978
+ class Representation < Google::Apis::Core::JsonRepresentation
2979
+ property :sentiment_category, as: 'sentimentCategory'
2980
+ end
2981
+ end
2982
+
2983
+ class GoogleCloudContactcenterinsightsV1DimensionConversationProfileDimensionMetadata
2984
+ # @private
2985
+ class Representation < Google::Apis::Core::JsonRepresentation
2986
+ property :conversation_profile_id, as: 'conversationProfileId'
2987
+ end
2988
+ end
2989
+
2990
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsPlaybookDimensionMetadata
2991
+ # @private
2992
+ class Representation < Google::Apis::Core::JsonRepresentation
2993
+ property :playbook_display_name, as: 'playbookDisplayName'
2994
+ property :playbook_id, as: 'playbookId'
2995
+ end
2996
+ end
2997
+
2998
+ class GoogleCloudContactcenterinsightsV1DimensionConversationalAgentsToolDimensionMetadata
2999
+ # @private
3000
+ class Representation < Google::Apis::Core::JsonRepresentation
3001
+ property :tool_display_name, as: 'toolDisplayName'
3002
+ property :tool_id, as: 'toolId'
3003
+ end
3004
+ end
3005
+
2918
3006
  class GoogleCloudContactcenterinsightsV1DimensionIssueDimensionMetadata
2919
3007
  # @private
2920
3008
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2924,6 +3012,13 @@ module Google
2924
3012
  end
2925
3013
  end
2926
3014
 
3015
+ class GoogleCloudContactcenterinsightsV1DimensionMediumDimensionMetadata
3016
+ # @private
3017
+ class Representation < Google::Apis::Core::JsonRepresentation
3018
+ property :medium, as: 'medium'
3019
+ end
3020
+ end
3021
+
2927
3022
  class GoogleCloudContactcenterinsightsV1DimensionQaQuestionAnswerDimensionMetadata
2928
3023
  # @private
2929
3024
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3647,21 +3742,12 @@ module Google
3647
3742
  property :normalized_score, as: 'normalizedScore'
3648
3743
  property :num_value, as: 'numValue'
3649
3744
  property :potential_score, as: 'potentialScore'
3650
- property :rationale, as: 'rationale', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale::Representation
3651
-
3652
3745
  property :score, as: 'score'
3653
3746
  property :skip_value, as: 'skipValue'
3654
3747
  property :str_value, as: 'strValue'
3655
3748
  end
3656
3749
  end
3657
3750
 
3658
- class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale
3659
- # @private
3660
- class Representation < Google::Apis::Core::JsonRepresentation
3661
- property :rationale, as: 'rationale'
3662
- end
3663
- end
3664
-
3665
3751
  class GoogleCloudContactcenterinsightsV1QaQuestion
3666
3752
  # @private
3667
3753
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4057,6 +4143,7 @@ module Google
4057
4143
  hash :pubsub_notification_settings, as: 'pubsubNotificationSettings'
4058
4144
  property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
4059
4145
 
4146
+ property :screen_recording_bucket_uri, as: 'screenRecordingBucketUri'
4060
4147
  property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
4061
4148
 
4062
4149
  property :update_time, as: 'updateTime'
@@ -4755,9 +4842,19 @@ module Google
4755
4842
  class Representation < Google::Apis::Core::JsonRepresentation
4756
4843
  property :agent_dimension_metadata, as: 'agentDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata::Representation
4757
4844
 
4845
+ property :client_sentiment_category_dimension_metadata, as: 'clientSentimentCategoryDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata::Representation
4846
+
4847
+ property :conversation_profile_dimension_metadata, as: 'conversationProfileDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata::Representation
4848
+
4849
+ property :conversational_agents_playbook_dimension_metadata, as: 'conversationalAgentsPlaybookDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata::Representation
4850
+
4851
+ property :conversational_agents_tool_dimension_metadata, as: 'conversationalAgentsToolDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata::Representation
4852
+
4758
4853
  property :dimension_key, as: 'dimensionKey'
4759
4854
  property :issue_dimension_metadata, as: 'issueDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata::Representation
4760
4855
 
4856
+ property :medium_dimension_metadata, as: 'mediumDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata::Representation
4857
+
4761
4858
  property :qa_question_answer_dimension_metadata, as: 'qaQuestionAnswerDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata::Representation
4762
4859
 
4763
4860
  property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata::Representation
@@ -4780,6 +4877,36 @@ module Google
4780
4877
  end
4781
4878
  end
4782
4879
 
4880
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionClientSentimentCategoryDimensionMetadata
4881
+ # @private
4882
+ class Representation < Google::Apis::Core::JsonRepresentation
4883
+ property :sentiment_category, as: 'sentimentCategory'
4884
+ end
4885
+ end
4886
+
4887
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationProfileDimensionMetadata
4888
+ # @private
4889
+ class Representation < Google::Apis::Core::JsonRepresentation
4890
+ property :conversation_profile_id, as: 'conversationProfileId'
4891
+ end
4892
+ end
4893
+
4894
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsPlaybookDimensionMetadata
4895
+ # @private
4896
+ class Representation < Google::Apis::Core::JsonRepresentation
4897
+ property :playbook_display_name, as: 'playbookDisplayName'
4898
+ property :playbook_id, as: 'playbookId'
4899
+ end
4900
+ end
4901
+
4902
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionConversationalAgentsToolDimensionMetadata
4903
+ # @private
4904
+ class Representation < Google::Apis::Core::JsonRepresentation
4905
+ property :tool_display_name, as: 'toolDisplayName'
4906
+ property :tool_id, as: 'toolId'
4907
+ end
4908
+ end
4909
+
4783
4910
  class GoogleCloudContactcenterinsightsV1alpha1DimensionIssueDimensionMetadata
4784
4911
  # @private
4785
4912
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4789,6 +4916,13 @@ module Google
4789
4916
  end
4790
4917
  end
4791
4918
 
4919
+ class GoogleCloudContactcenterinsightsV1alpha1DimensionMediumDimensionMetadata
4920
+ # @private
4921
+ class Representation < Google::Apis::Core::JsonRepresentation
4922
+ property :medium, as: 'medium'
4923
+ end
4924
+ end
4925
+
4792
4926
  class GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionAnswerDimensionMetadata
4793
4927
  # @private
4794
4928
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5259,21 +5393,12 @@ module Google
5259
5393
  property :normalized_score, as: 'normalizedScore'
5260
5394
  property :num_value, as: 'numValue'
5261
5395
  property :potential_score, as: 'potentialScore'
5262
- property :rationale, as: 'rationale', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale::Representation
5263
-
5264
5396
  property :score, as: 'score'
5265
5397
  property :skip_value, as: 'skipValue'
5266
5398
  property :str_value, as: 'strValue'
5267
5399
  end
5268
5400
  end
5269
5401
 
5270
- class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale
5271
- # @private
5272
- class Representation < Google::Apis::Core::JsonRepresentation
5273
- property :rationale, as: 'rationale'
5274
- end
5275
- end
5276
-
5277
5402
  class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
5278
5403
  # @private
5279
5404
  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.
@@ -2674,7 +2502,8 @@ module Google
2674
2502
  # passing `*`, or a subset of the following updateable fields can be provided: *
2675
2503
  # `agent_id` * `language_code` * `labels` * `metadata` * `quality_metadata` * `
2676
2504
  # call_metadata` * `start_time` * `expire_time` or `ttl` * `data_source.
2677
- # gcs_source.audio_uri` or `data_source.dialogflow_source.audio_uri`
2505
+ # gcs_source.audio_uri` or * `data_source.dialogflow_source.audio_uri` * `
2506
+ # data_source.screen_recordings`
2678
2507
  # @param [String] fields
2679
2508
  # Selector specifying which fields to include in a partial response.
2680
2509
  # @param [String] quota_user
@@ -3482,6 +3311,39 @@ module Google
3482
3311
  execute_or_queue_command(command, &block)
3483
3312
  end
3484
3313
 
3314
+ # Analyzes multiple conversations in a single request.
3315
+ # @param [String] parent
3316
+ # Required. The parent resource to create analyses in.
3317
+ # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3318
+ # @param [String] fields
3319
+ # Selector specifying which fields to include in a partial response.
3320
+ # @param [String] quota_user
3321
+ # Available to use for quota purposes for server-side applications. Can be any
3322
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3323
+ # @param [Google::Apis::RequestOptions] options
3324
+ # Request-specific options
3325
+ #
3326
+ # @yield [result, err] Result & error if block supplied
3327
+ # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
3328
+ # @yieldparam err [StandardError] error object if request failed
3329
+ #
3330
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
3331
+ #
3332
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3333
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3334
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3335
+ 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)
3336
+ command = make_simple_command(:post, 'v1/{+parent}/segments:bulkAnalyze', options)
3337
+ command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
3338
+ command.request_object = google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3339
+ command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
3340
+ command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
3341
+ command.params['parent'] = parent unless parent.nil?
3342
+ command.query['fields'] = fields unless fields.nil?
3343
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3344
+ execute_or_queue_command(command, &block)
3345
+ end
3346
+
3485
3347
  # Delete feedback labels in bulk using a filter.
3486
3348
  # @param [String] parent
3487
3349
  # Required. The parent resource for new feedback labels.
@@ -3811,39 +3673,6 @@ module Google
3811
3673
  execute_or_queue_command(command, &block)
3812
3674
  end
3813
3675
 
3814
- # Analyzes multiple conversations in a single request.
3815
- # @param [String] parent
3816
- # Required. The parent resource to create analyses in.
3817
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3818
- # @param [String] fields
3819
- # Selector specifying which fields to include in a partial response.
3820
- # @param [String] quota_user
3821
- # Available to use for quota purposes for server-side applications. Can be any
3822
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3823
- # @param [Google::Apis::RequestOptions] options
3824
- # Request-specific options
3825
- #
3826
- # @yield [result, err] Result & error if block supplied
3827
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
3828
- # @yieldparam err [StandardError] error object if request failed
3829
- #
3830
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
3831
- #
3832
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3833
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3834
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3835
- 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)
3836
- command = make_simple_command(:post, 'v1/{+parent}/conversations:bulkAnalyze', options)
3837
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
3838
- command.request_object = google_cloud_contactcenterinsights_v1_bulk_analyze_conversations_request_object
3839
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
3840
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
3841
- command.params['parent'] = parent unless parent.nil?
3842
- command.query['fields'] = fields unless fields.nil?
3843
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3844
- execute_or_queue_command(command, &block)
3845
- end
3846
-
3847
3676
  # Deletes multiple conversations in a single request.
3848
3677
  # @param [String] parent
3849
3678
  # Required. The parent resource to delete conversations from. Format: projects/`
@@ -4102,145 +3931,6 @@ module Google
4102
3931
  execute_or_queue_command(command, &block)
4103
3932
  end
4104
3933
 
4105
- # Creates an analysis. The long running operation is done when the analysis has
4106
- # completed.
4107
- # @param [String] parent
4108
- # Required. The parent resource of the analysis.
4109
- # @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] google_cloud_contactcenterinsights_v1_analysis_object
4110
- # @param [String] fields
4111
- # Selector specifying which fields to include in a partial response.
4112
- # @param [String] quota_user
4113
- # Available to use for quota purposes for server-side applications. Can be any
4114
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4115
- # @param [Google::Apis::RequestOptions] options
4116
- # Request-specific options
4117
- #
4118
- # @yield [result, err] Result & error if block supplied
4119
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
4120
- # @yieldparam err [StandardError] error object if request failed
4121
- #
4122
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
4123
- #
4124
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4125
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4126
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4127
- def create_project_location_dataset_conversation_analysis(parent, google_cloud_contactcenterinsights_v1_analysis_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4128
- command = make_simple_command(:post, 'v1/{+parent}/analyses', options)
4129
- command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
4130
- command.request_object = google_cloud_contactcenterinsights_v1_analysis_object
4131
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
4132
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
4133
- command.params['parent'] = parent unless parent.nil?
4134
- command.query['fields'] = fields unless fields.nil?
4135
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4136
- execute_or_queue_command(command, &block)
4137
- end
4138
-
4139
- # Deletes an analysis.
4140
- # @param [String] name
4141
- # Required. The name of the analysis to delete.
4142
- # @param [String] fields
4143
- # Selector specifying which fields to include in a partial response.
4144
- # @param [String] quota_user
4145
- # Available to use for quota purposes for server-side applications. Can be any
4146
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4147
- # @param [Google::Apis::RequestOptions] options
4148
- # Request-specific options
4149
- #
4150
- # @yield [result, err] Result & error if block supplied
4151
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty] parsed result object
4152
- # @yieldparam err [StandardError] error object if request failed
4153
- #
4154
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty]
4155
- #
4156
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4157
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4158
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4159
- def delete_project_location_dataset_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
4160
- command = make_simple_command(:delete, 'v1/{+name}', options)
4161
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty::Representation
4162
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleProtobufEmpty
4163
- command.params['name'] = name unless name.nil?
4164
- command.query['fields'] = fields unless fields.nil?
4165
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4166
- execute_or_queue_command(command, &block)
4167
- end
4168
-
4169
- # Gets an analysis.
4170
- # @param [String] name
4171
- # Required. The name of the analysis to get.
4172
- # @param [String] fields
4173
- # Selector specifying which fields to include in a partial response.
4174
- # @param [String] quota_user
4175
- # Available to use for quota purposes for server-side applications. Can be any
4176
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4177
- # @param [Google::Apis::RequestOptions] options
4178
- # Request-specific options
4179
- #
4180
- # @yield [result, err] Result & error if block supplied
4181
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis] parsed result object
4182
- # @yieldparam err [StandardError] error object if request failed
4183
- #
4184
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis]
4185
- #
4186
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4187
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4188
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4189
- def get_project_location_dataset_conversation_analysis(name, fields: nil, quota_user: nil, options: nil, &block)
4190
- command = make_simple_command(:get, 'v1/{+name}', options)
4191
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis::Representation
4192
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Analysis
4193
- command.params['name'] = name unless name.nil?
4194
- command.query['fields'] = fields unless fields.nil?
4195
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4196
- execute_or_queue_command(command, &block)
4197
- end
4198
-
4199
- # Lists analyses.
4200
- # @param [String] parent
4201
- # Required. The parent resource of the analyses.
4202
- # @param [String] filter
4203
- # A filter to reduce results to a specific subset. Useful for querying
4204
- # conversations with specific properties.
4205
- # @param [Fixnum] page_size
4206
- # The maximum number of analyses to return in the response. If this value is
4207
- # zero, the service will select a default size. A call might return fewer
4208
- # objects than requested. A non-empty `next_page_token` in the response
4209
- # indicates that more data is available.
4210
- # @param [String] page_token
4211
- # The value returned by the last `ListAnalysesResponse`; indicates that this is
4212
- # a continuation of a prior `ListAnalyses` call and the system should return the
4213
- # next page of data.
4214
- # @param [String] fields
4215
- # Selector specifying which fields to include in a partial response.
4216
- # @param [String] quota_user
4217
- # Available to use for quota purposes for server-side applications. Can be any
4218
- # arbitrary string assigned to a user, but should not exceed 40 characters.
4219
- # @param [Google::Apis::RequestOptions] options
4220
- # Request-specific options
4221
- #
4222
- # @yield [result, err] Result & error if block supplied
4223
- # @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse] parsed result object
4224
- # @yieldparam err [StandardError] error object if request failed
4225
- #
4226
- # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse]
4227
- #
4228
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4229
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4230
- # @raise [Google::Apis::AuthorizationError] Authorization is required
4231
- def list_project_location_dataset_conversation_analyses(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4232
- command = make_simple_command(:get, 'v1/{+parent}/analyses', options)
4233
- command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse::Representation
4234
- command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAnalysesResponse
4235
- command.params['parent'] = parent unless parent.nil?
4236
- command.query['filter'] = filter unless filter.nil?
4237
- command.query['pageSize'] = page_size unless page_size.nil?
4238
- command.query['pageToken'] = page_token unless page_token.nil?
4239
- command.query['fields'] = fields unless fields.nil?
4240
- command.query['quotaUser'] = quota_user unless quota_user.nil?
4241
- execute_or_queue_command(command, &block)
4242
- end
4243
-
4244
3934
  # Create feedback label.
4245
3935
  # @param [String] parent
4246
3936
  # Required. The parent resource of the feedback label.
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.75.0
4
+ version: 0.77.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.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.77.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: