google-apis-contactcenterinsights_v1 0.74.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +234 -6
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +77 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +18 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5202f6afc5dbfd9c9095caf2ce03397edac73d450163914ab177eb162604e6e
|
4
|
+
data.tar.gz: 89d610c8fb1e612d536ddd27c974857c52a2f638a6eeca9056ee1721f047783e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4f8919902514f05d8adf988a6b72500439dafa88ad9155cf2f4db690b60ad745f55891e9b57811351e30f6ece6943d65b864436163c6d46c4c054431bc6df62
|
7
|
+
data.tar.gz: b4c8056abe9b8f6ca61ec91b8c7b9b1e8b6a068ba2b333c38d05e09cdc439b47e90c4ffeae11cc093a74ad9e427b254c3e59e026a8048d1d73ab4e39a14acc06
|
data/CHANGELOG.md
CHANGED
@@ -1943,6 +1943,16 @@ module Google
|
|
1943
1943
|
# @return [String]
|
1944
1944
|
attr_accessor :agent_type
|
1945
1945
|
|
1946
|
+
# The agent's deployment display name. Only applicable to automated agents.
|
1947
|
+
# Corresponds to the JSON property `deploymentDisplayName`
|
1948
|
+
# @return [String]
|
1949
|
+
attr_accessor :deployment_display_name
|
1950
|
+
|
1951
|
+
# The agent's deployment ID. Only applicable to automated agents.
|
1952
|
+
# Corresponds to the JSON property `deploymentId`
|
1953
|
+
# @return [String]
|
1954
|
+
attr_accessor :deployment_id
|
1955
|
+
|
1946
1956
|
# The agent's name.
|
1947
1957
|
# Corresponds to the JSON property `displayName`
|
1948
1958
|
# @return [String]
|
@@ -1970,6 +1980,16 @@ module Google
|
|
1970
1980
|
# @return [Array<String>]
|
1971
1981
|
attr_accessor :teams
|
1972
1982
|
|
1983
|
+
# The agent's version display name. Only applicable to automated agents.
|
1984
|
+
# Corresponds to the JSON property `versionDisplayName`
|
1985
|
+
# @return [String]
|
1986
|
+
attr_accessor :version_display_name
|
1987
|
+
|
1988
|
+
# The agent's version ID. Only applicable to automated agents.
|
1989
|
+
# Corresponds to the JSON property `versionId`
|
1990
|
+
# @return [String]
|
1991
|
+
attr_accessor :version_id
|
1992
|
+
|
1973
1993
|
def initialize(**args)
|
1974
1994
|
update!(**args)
|
1975
1995
|
end
|
@@ -1978,11 +1998,15 @@ module Google
|
|
1978
1998
|
def update!(**args)
|
1979
1999
|
@agent_id = args[:agent_id] if args.key?(:agent_id)
|
1980
2000
|
@agent_type = args[:agent_type] if args.key?(:agent_type)
|
2001
|
+
@deployment_display_name = args[:deployment_display_name] if args.key?(:deployment_display_name)
|
2002
|
+
@deployment_id = args[:deployment_id] if args.key?(:deployment_id)
|
1981
2003
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1982
2004
|
@disposition_code = args[:disposition_code] if args.key?(:disposition_code)
|
1983
2005
|
@location = args[:location] if args.key?(:location)
|
1984
2006
|
@team = args[:team] if args.key?(:team)
|
1985
2007
|
@teams = args[:teams] if args.key?(:teams)
|
2008
|
+
@version_display_name = args[:version_display_name] if args.key?(:version_display_name)
|
2009
|
+
@version_id = args[:version_id] if args.key?(:version_id)
|
1986
2010
|
end
|
1987
2011
|
end
|
1988
2012
|
|
@@ -2686,6 +2710,11 @@ module Google
|
|
2686
2710
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata]
|
2687
2711
|
attr_accessor :qa_question_dimension_metadata
|
2688
2712
|
|
2713
|
+
# Metadata about the QA scorecard dimension.
|
2714
|
+
# Corresponds to the JSON property `qaScorecardDimensionMetadata`
|
2715
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata]
|
2716
|
+
attr_accessor :qa_scorecard_dimension_metadata
|
2717
|
+
|
2689
2718
|
def initialize(**args)
|
2690
2719
|
update!(**args)
|
2691
2720
|
end
|
@@ -2697,6 +2726,7 @@ module Google
|
|
2697
2726
|
@issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
|
2698
2727
|
@qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
|
2699
2728
|
@qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
|
2729
|
+
@qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
|
2700
2730
|
end
|
2701
2731
|
end
|
2702
2732
|
|
@@ -2704,12 +2734,27 @@ module Google
|
|
2704
2734
|
class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata
|
2705
2735
|
include Google::Apis::Core::Hashable
|
2706
2736
|
|
2707
|
-
# Optional. The agent's name
|
2737
|
+
# Optional. The agent's deployment display name. Only applicable to automated
|
2738
|
+
# agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions.
|
2739
|
+
# Corresponds to the JSON property `agentDeploymentDisplayName`
|
2740
|
+
# @return [String]
|
2741
|
+
attr_accessor :agent_deployment_display_name
|
2742
|
+
|
2743
|
+
# Optional. The agent's deployment ID. Only applicable to automated agents. This
|
2744
|
+
# will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.
|
2745
|
+
# Corresponds to the JSON property `agentDeploymentId`
|
2746
|
+
# @return [String]
|
2747
|
+
attr_accessor :agent_deployment_id
|
2748
|
+
|
2749
|
+
# Optional. The agent's name This will be populated for AGENT, AGENT_TEAM,
|
2750
|
+
# AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
|
2708
2751
|
# Corresponds to the JSON property `agentDisplayName`
|
2709
2752
|
# @return [String]
|
2710
2753
|
attr_accessor :agent_display_name
|
2711
2754
|
|
2712
|
-
# Optional. A user-specified string representing the agent.
|
2755
|
+
# Optional. A user-specified string representing the agent. This will be
|
2756
|
+
# populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID
|
2757
|
+
# dimensions.
|
2713
2758
|
# Corresponds to the JSON property `agentId`
|
2714
2759
|
# @return [String]
|
2715
2760
|
attr_accessor :agent_id
|
@@ -2719,15 +2764,32 @@ module Google
|
|
2719
2764
|
# @return [String]
|
2720
2765
|
attr_accessor :agent_team
|
2721
2766
|
|
2767
|
+
# Optional. The agent's version display name. Only applicable to automated
|
2768
|
+
# agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID
|
2769
|
+
# dimensions.
|
2770
|
+
# Corresponds to the JSON property `agentVersionDisplayName`
|
2771
|
+
# @return [String]
|
2772
|
+
attr_accessor :agent_version_display_name
|
2773
|
+
|
2774
|
+
# Optional. The agent's version ID. Only applicable to automated agents. This
|
2775
|
+
# will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
|
2776
|
+
# Corresponds to the JSON property `agentVersionId`
|
2777
|
+
# @return [String]
|
2778
|
+
attr_accessor :agent_version_id
|
2779
|
+
|
2722
2780
|
def initialize(**args)
|
2723
2781
|
update!(**args)
|
2724
2782
|
end
|
2725
2783
|
|
2726
2784
|
# Update properties of this object
|
2727
2785
|
def update!(**args)
|
2786
|
+
@agent_deployment_display_name = args[:agent_deployment_display_name] if args.key?(:agent_deployment_display_name)
|
2787
|
+
@agent_deployment_id = args[:agent_deployment_id] if args.key?(:agent_deployment_id)
|
2728
2788
|
@agent_display_name = args[:agent_display_name] if args.key?(:agent_display_name)
|
2729
2789
|
@agent_id = args[:agent_id] if args.key?(:agent_id)
|
2730
2790
|
@agent_team = args[:agent_team] if args.key?(:agent_team)
|
2791
|
+
@agent_version_display_name = args[:agent_version_display_name] if args.key?(:agent_version_display_name)
|
2792
|
+
@agent_version_id = args[:agent_version_id] if args.key?(:agent_version_id)
|
2731
2793
|
end
|
2732
2794
|
end
|
2733
2795
|
|
@@ -2831,6 +2893,25 @@ module Google
|
|
2831
2893
|
end
|
2832
2894
|
end
|
2833
2895
|
|
2896
|
+
# Metadata about the QA scorecard dimension.
|
2897
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata
|
2898
|
+
include Google::Apis::Core::Hashable
|
2899
|
+
|
2900
|
+
# Optional. The QA scorecard ID.
|
2901
|
+
# Corresponds to the JSON property `qaScorecardId`
|
2902
|
+
# @return [String]
|
2903
|
+
attr_accessor :qa_scorecard_id
|
2904
|
+
|
2905
|
+
def initialize(**args)
|
2906
|
+
update!(**args)
|
2907
|
+
end
|
2908
|
+
|
2909
|
+
# Update properties of this object
|
2910
|
+
def update!(**args)
|
2911
|
+
@qa_scorecard_id = args[:qa_scorecard_id] if args.key?(:qa_scorecard_id)
|
2912
|
+
end
|
2913
|
+
end
|
2914
|
+
|
2834
2915
|
# A customer-managed encryption key specification that can be applied to all
|
2835
2916
|
# created resources (e.g. `Conversation`).
|
2836
2917
|
class GoogleCloudContactcenterinsightsV1EncryptionSpec
|
@@ -5119,6 +5200,11 @@ module Google
|
|
5119
5200
|
# @return [Float]
|
5120
5201
|
attr_accessor :potential_score
|
5121
5202
|
|
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
|
+
|
5122
5208
|
# Output only. Numerical score of the answer.
|
5123
5209
|
# Corresponds to the JSON property `score`
|
5124
5210
|
# @return [Float]
|
@@ -5149,12 +5235,32 @@ module Google
|
|
5149
5235
|
@normalized_score = args[:normalized_score] if args.key?(:normalized_score)
|
5150
5236
|
@num_value = args[:num_value] if args.key?(:num_value)
|
5151
5237
|
@potential_score = args[:potential_score] if args.key?(:potential_score)
|
5238
|
+
@rationale = args[:rationale] if args.key?(:rationale)
|
5152
5239
|
@score = args[:score] if args.key?(:score)
|
5153
5240
|
@skip_value = args[:skip_value] if args.key?(:skip_value)
|
5154
5241
|
@str_value = args[:str_value] if args.key?(:str_value)
|
5155
5242
|
end
|
5156
5243
|
end
|
5157
5244
|
|
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
|
+
|
5158
5264
|
# A single question to be scored by the Insights QA feature.
|
5159
5265
|
class GoogleCloudContactcenterinsightsV1QaQuestion
|
5160
5266
|
include Google::Apis::Core::Hashable
|
@@ -5941,7 +6047,11 @@ module Google
|
|
5941
6047
|
# @return [String]
|
5942
6048
|
attr_accessor :average_duration
|
5943
6049
|
|
5944
|
-
#
|
6050
|
+
# The average normalized QA score for a scorecard. When computing the average
|
6051
|
+
# across a set of conversations, if a conversation has been evaluated with
|
6052
|
+
# multiple revisions of a scorecard, only the latest revision results will be
|
6053
|
+
# used. Will exclude 0's in average calculation. Will be only populated if the
|
6054
|
+
# request specifies a dimension of QA_SCORECARD_ID.
|
5945
6055
|
# Corresponds to the JSON property `averageQaNormalizedScore`
|
5946
6056
|
# @return [Float]
|
5947
6057
|
attr_accessor :average_qa_normalized_score
|
@@ -8274,6 +8384,16 @@ module Google
|
|
8274
8384
|
# @return [String]
|
8275
8385
|
attr_accessor :agent_type
|
8276
8386
|
|
8387
|
+
# The agent's deployment display name. Only applicable to automated agents.
|
8388
|
+
# Corresponds to the JSON property `deploymentDisplayName`
|
8389
|
+
# @return [String]
|
8390
|
+
attr_accessor :deployment_display_name
|
8391
|
+
|
8392
|
+
# The agent's deployment ID. Only applicable to automated agents.
|
8393
|
+
# Corresponds to the JSON property `deploymentId`
|
8394
|
+
# @return [String]
|
8395
|
+
attr_accessor :deployment_id
|
8396
|
+
|
8277
8397
|
# The agent's name.
|
8278
8398
|
# Corresponds to the JSON property `displayName`
|
8279
8399
|
# @return [String]
|
@@ -8301,6 +8421,16 @@ module Google
|
|
8301
8421
|
# @return [Array<String>]
|
8302
8422
|
attr_accessor :teams
|
8303
8423
|
|
8424
|
+
# The agent's version display name. Only applicable to automated agents.
|
8425
|
+
# Corresponds to the JSON property `versionDisplayName`
|
8426
|
+
# @return [String]
|
8427
|
+
attr_accessor :version_display_name
|
8428
|
+
|
8429
|
+
# The agent's version ID. Only applicable to automated agents.
|
8430
|
+
# Corresponds to the JSON property `versionId`
|
8431
|
+
# @return [String]
|
8432
|
+
attr_accessor :version_id
|
8433
|
+
|
8304
8434
|
def initialize(**args)
|
8305
8435
|
update!(**args)
|
8306
8436
|
end
|
@@ -8309,11 +8439,15 @@ module Google
|
|
8309
8439
|
def update!(**args)
|
8310
8440
|
@agent_id = args[:agent_id] if args.key?(:agent_id)
|
8311
8441
|
@agent_type = args[:agent_type] if args.key?(:agent_type)
|
8442
|
+
@deployment_display_name = args[:deployment_display_name] if args.key?(:deployment_display_name)
|
8443
|
+
@deployment_id = args[:deployment_id] if args.key?(:deployment_id)
|
8312
8444
|
@display_name = args[:display_name] if args.key?(:display_name)
|
8313
8445
|
@disposition_code = args[:disposition_code] if args.key?(:disposition_code)
|
8314
8446
|
@location = args[:location] if args.key?(:location)
|
8315
8447
|
@team = args[:team] if args.key?(:team)
|
8316
8448
|
@teams = args[:teams] if args.key?(:teams)
|
8449
|
+
@version_display_name = args[:version_display_name] if args.key?(:version_display_name)
|
8450
|
+
@version_id = args[:version_id] if args.key?(:version_id)
|
8317
8451
|
end
|
8318
8452
|
end
|
8319
8453
|
|
@@ -9004,6 +9138,11 @@ module Google
|
|
9004
9138
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata]
|
9005
9139
|
attr_accessor :qa_question_dimension_metadata
|
9006
9140
|
|
9141
|
+
# Metadata about the QA scorecard dimension.
|
9142
|
+
# Corresponds to the JSON property `qaScorecardDimensionMetadata`
|
9143
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata]
|
9144
|
+
attr_accessor :qa_scorecard_dimension_metadata
|
9145
|
+
|
9007
9146
|
def initialize(**args)
|
9008
9147
|
update!(**args)
|
9009
9148
|
end
|
@@ -9015,6 +9154,7 @@ module Google
|
|
9015
9154
|
@issue_dimension_metadata = args[:issue_dimension_metadata] if args.key?(:issue_dimension_metadata)
|
9016
9155
|
@qa_question_answer_dimension_metadata = args[:qa_question_answer_dimension_metadata] if args.key?(:qa_question_answer_dimension_metadata)
|
9017
9156
|
@qa_question_dimension_metadata = args[:qa_question_dimension_metadata] if args.key?(:qa_question_dimension_metadata)
|
9157
|
+
@qa_scorecard_dimension_metadata = args[:qa_scorecard_dimension_metadata] if args.key?(:qa_scorecard_dimension_metadata)
|
9018
9158
|
end
|
9019
9159
|
end
|
9020
9160
|
|
@@ -9022,12 +9162,27 @@ module Google
|
|
9022
9162
|
class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata
|
9023
9163
|
include Google::Apis::Core::Hashable
|
9024
9164
|
|
9025
|
-
# Optional. The agent's name
|
9165
|
+
# Optional. The agent's deployment display name. Only applicable to automated
|
9166
|
+
# agents. This will be populated for AGENT_DEPLOYMENT_ID dimensions.
|
9167
|
+
# Corresponds to the JSON property `agentDeploymentDisplayName`
|
9168
|
+
# @return [String]
|
9169
|
+
attr_accessor :agent_deployment_display_name
|
9170
|
+
|
9171
|
+
# Optional. The agent's deployment ID. Only applicable to automated agents. This
|
9172
|
+
# will be populated for AGENT and AGENT_DEPLOYMENT_ID dimensions.
|
9173
|
+
# Corresponds to the JSON property `agentDeploymentId`
|
9174
|
+
# @return [String]
|
9175
|
+
attr_accessor :agent_deployment_id
|
9176
|
+
|
9177
|
+
# Optional. The agent's name This will be populated for AGENT, AGENT_TEAM,
|
9178
|
+
# AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
|
9026
9179
|
# Corresponds to the JSON property `agentDisplayName`
|
9027
9180
|
# @return [String]
|
9028
9181
|
attr_accessor :agent_display_name
|
9029
9182
|
|
9030
|
-
# Optional. A user-specified string representing the agent.
|
9183
|
+
# Optional. A user-specified string representing the agent. This will be
|
9184
|
+
# populated for AGENT, AGENT_TEAM, AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID
|
9185
|
+
# dimensions.
|
9031
9186
|
# Corresponds to the JSON property `agentId`
|
9032
9187
|
# @return [String]
|
9033
9188
|
attr_accessor :agent_id
|
@@ -9037,15 +9192,32 @@ module Google
|
|
9037
9192
|
# @return [String]
|
9038
9193
|
attr_accessor :agent_team
|
9039
9194
|
|
9195
|
+
# Optional. The agent's version display name. Only applicable to automated
|
9196
|
+
# agents. This will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID
|
9197
|
+
# dimensions.
|
9198
|
+
# Corresponds to the JSON property `agentVersionDisplayName`
|
9199
|
+
# @return [String]
|
9200
|
+
attr_accessor :agent_version_display_name
|
9201
|
+
|
9202
|
+
# Optional. The agent's version ID. Only applicable to automated agents. This
|
9203
|
+
# will be populated for AGENT_VERSION_ID, and AGENT_DEPLOYMENT_ID dimensions.
|
9204
|
+
# Corresponds to the JSON property `agentVersionId`
|
9205
|
+
# @return [String]
|
9206
|
+
attr_accessor :agent_version_id
|
9207
|
+
|
9040
9208
|
def initialize(**args)
|
9041
9209
|
update!(**args)
|
9042
9210
|
end
|
9043
9211
|
|
9044
9212
|
# Update properties of this object
|
9045
9213
|
def update!(**args)
|
9214
|
+
@agent_deployment_display_name = args[:agent_deployment_display_name] if args.key?(:agent_deployment_display_name)
|
9215
|
+
@agent_deployment_id = args[:agent_deployment_id] if args.key?(:agent_deployment_id)
|
9046
9216
|
@agent_display_name = args[:agent_display_name] if args.key?(:agent_display_name)
|
9047
9217
|
@agent_id = args[:agent_id] if args.key?(:agent_id)
|
9048
9218
|
@agent_team = args[:agent_team] if args.key?(:agent_team)
|
9219
|
+
@agent_version_display_name = args[:agent_version_display_name] if args.key?(:agent_version_display_name)
|
9220
|
+
@agent_version_id = args[:agent_version_id] if args.key?(:agent_version_id)
|
9049
9221
|
end
|
9050
9222
|
end
|
9051
9223
|
|
@@ -9149,6 +9321,25 @@ module Google
|
|
9149
9321
|
end
|
9150
9322
|
end
|
9151
9323
|
|
9324
|
+
# Metadata about the QA scorecard dimension.
|
9325
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata
|
9326
|
+
include Google::Apis::Core::Hashable
|
9327
|
+
|
9328
|
+
# Optional. The QA scorecard ID.
|
9329
|
+
# Corresponds to the JSON property `qaScorecardId`
|
9330
|
+
# @return [String]
|
9331
|
+
attr_accessor :qa_scorecard_id
|
9332
|
+
|
9333
|
+
def initialize(**args)
|
9334
|
+
update!(**args)
|
9335
|
+
end
|
9336
|
+
|
9337
|
+
# Update properties of this object
|
9338
|
+
def update!(**args)
|
9339
|
+
@qa_scorecard_id = args[:qa_scorecard_id] if args.key?(:qa_scorecard_id)
|
9340
|
+
end
|
9341
|
+
end
|
9342
|
+
|
9152
9343
|
# A customer-managed encryption key specification that can be applied to all
|
9153
9344
|
# created resources (e.g. `Conversation`).
|
9154
9345
|
class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
|
@@ -10680,6 +10871,11 @@ module Google
|
|
10680
10871
|
# @return [Float]
|
10681
10872
|
attr_accessor :potential_score
|
10682
10873
|
|
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
|
+
|
10683
10879
|
# Output only. Numerical score of the answer.
|
10684
10880
|
# Corresponds to the JSON property `score`
|
10685
10881
|
# @return [Float]
|
@@ -10710,12 +10906,32 @@ module Google
|
|
10710
10906
|
@normalized_score = args[:normalized_score] if args.key?(:normalized_score)
|
10711
10907
|
@num_value = args[:num_value] if args.key?(:num_value)
|
10712
10908
|
@potential_score = args[:potential_score] if args.key?(:potential_score)
|
10909
|
+
@rationale = args[:rationale] if args.key?(:rationale)
|
10713
10910
|
@score = args[:score] if args.key?(:score)
|
10714
10911
|
@skip_value = args[:skip_value] if args.key?(:skip_value)
|
10715
10912
|
@str_value = args[:str_value] if args.key?(:str_value)
|
10716
10913
|
end
|
10717
10914
|
end
|
10718
10915
|
|
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
|
+
|
10719
10935
|
# A tag is a resource which aims to categorize a set of questions across
|
10720
10936
|
# multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
|
10721
10937
|
class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
|
@@ -11088,7 +11304,11 @@ module Google
|
|
11088
11304
|
# @return [String]
|
11089
11305
|
attr_accessor :average_duration
|
11090
11306
|
|
11091
|
-
#
|
11307
|
+
# The average normalized QA score for a scorecard. When computing the average
|
11308
|
+
# across a set of conversations, if a conversation has been evaluated with
|
11309
|
+
# multiple revisions of a scorecard, only the latest revision results will be
|
11310
|
+
# used. Will exclude 0's in average calculation. Will be only populated if the
|
11311
|
+
# request specifies a dimension of QA_SCORECARD_ID.
|
11092
11312
|
# Corresponds to the JSON property `averageQaNormalizedScore`
|
11093
11313
|
# @return [Float]
|
11094
11314
|
attr_accessor :average_qa_normalized_score
|
@@ -12272,6 +12492,13 @@ module Google
|
|
12272
12492
|
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation>]
|
12273
12493
|
attr_accessor :operations
|
12274
12494
|
|
12495
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
12496
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
12497
|
+
# when attempting to list all resources across all supported locations.
|
12498
|
+
# Corresponds to the JSON property `unreachable`
|
12499
|
+
# @return [Array<String>]
|
12500
|
+
attr_accessor :unreachable
|
12501
|
+
|
12275
12502
|
def initialize(**args)
|
12276
12503
|
update!(**args)
|
12277
12504
|
end
|
@@ -12280,6 +12507,7 @@ module Google
|
|
12280
12507
|
def update!(**args)
|
12281
12508
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
12282
12509
|
@operations = args[:operations] if args.key?(:operations)
|
12510
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
12283
12511
|
end
|
12284
12512
|
end
|
12285
12513
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.75.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 = "
|
25
|
+
REVISION = "20250926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -472,6 +472,12 @@ module Google
|
|
472
472
|
include Google::Apis::Core::JsonObjectSupport
|
473
473
|
end
|
474
474
|
|
475
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
475
481
|
class GoogleCloudContactcenterinsightsV1EncryptionSpec
|
476
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
483
|
|
@@ -916,6 +922,12 @@ module Google
|
|
916
922
|
include Google::Apis::Core::JsonObjectSupport
|
917
923
|
end
|
918
924
|
|
925
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
919
931
|
class GoogleCloudContactcenterinsightsV1QaQuestion
|
920
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
933
|
|
@@ -1552,6 +1564,12 @@ module Google
|
|
1552
1564
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1565
|
end
|
1554
1566
|
|
1567
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
|
+
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
1571
|
+
end
|
1572
|
+
|
1555
1573
|
class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
|
1556
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1575
|
|
@@ -1828,6 +1846,12 @@ module Google
|
|
1828
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1829
1847
|
end
|
1830
1848
|
|
1849
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1831
1855
|
class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
|
1832
1856
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
1857
|
|
@@ -2644,11 +2668,15 @@ module Google
|
|
2644
2668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2645
2669
|
property :agent_id, as: 'agentId'
|
2646
2670
|
property :agent_type, as: 'agentType'
|
2671
|
+
property :deployment_display_name, as: 'deploymentDisplayName'
|
2672
|
+
property :deployment_id, as: 'deploymentId'
|
2647
2673
|
property :display_name, as: 'displayName'
|
2648
2674
|
property :disposition_code, as: 'dispositionCode'
|
2649
2675
|
property :location, as: 'location'
|
2650
2676
|
property :team, as: 'team'
|
2651
2677
|
collection :teams, as: 'teams'
|
2678
|
+
property :version_display_name, as: 'versionDisplayName'
|
2679
|
+
property :version_id, as: 'versionId'
|
2652
2680
|
end
|
2653
2681
|
end
|
2654
2682
|
|
@@ -2869,15 +2897,21 @@ module Google
|
|
2869
2897
|
|
2870
2898
|
property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaQuestionDimensionMetadata::Representation
|
2871
2899
|
|
2900
|
+
property :qa_scorecard_dimension_metadata, as: 'qaScorecardDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata::Representation
|
2901
|
+
|
2872
2902
|
end
|
2873
2903
|
end
|
2874
2904
|
|
2875
2905
|
class GoogleCloudContactcenterinsightsV1DimensionAgentDimensionMetadata
|
2876
2906
|
# @private
|
2877
2907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2908
|
+
property :agent_deployment_display_name, as: 'agentDeploymentDisplayName'
|
2909
|
+
property :agent_deployment_id, as: 'agentDeploymentId'
|
2878
2910
|
property :agent_display_name, as: 'agentDisplayName'
|
2879
2911
|
property :agent_id, as: 'agentId'
|
2880
2912
|
property :agent_team, as: 'agentTeam'
|
2913
|
+
property :agent_version_display_name, as: 'agentVersionDisplayName'
|
2914
|
+
property :agent_version_id, as: 'agentVersionId'
|
2881
2915
|
end
|
2882
2916
|
end
|
2883
2917
|
|
@@ -2909,6 +2943,13 @@ module Google
|
|
2909
2943
|
end
|
2910
2944
|
end
|
2911
2945
|
|
2946
|
+
class GoogleCloudContactcenterinsightsV1DimensionQaScorecardDimensionMetadata
|
2947
|
+
# @private
|
2948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2949
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
2950
|
+
end
|
2951
|
+
end
|
2952
|
+
|
2912
2953
|
class GoogleCloudContactcenterinsightsV1EncryptionSpec
|
2913
2954
|
# @private
|
2914
2955
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3606,12 +3647,21 @@ module Google
|
|
3606
3647
|
property :normalized_score, as: 'normalizedScore'
|
3607
3648
|
property :num_value, as: 'numValue'
|
3608
3649
|
property :potential_score, as: 'potentialScore'
|
3650
|
+
property :rationale, as: 'rationale', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale::Representation
|
3651
|
+
|
3609
3652
|
property :score, as: 'score'
|
3610
3653
|
property :skip_value, as: 'skipValue'
|
3611
3654
|
property :str_value, as: 'strValue'
|
3612
3655
|
end
|
3613
3656
|
end
|
3614
3657
|
|
3658
|
+
class GoogleCloudContactcenterinsightsV1QaAnswerAnswerValueQaAnswerRationale
|
3659
|
+
# @private
|
3660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3661
|
+
property :rationale, as: 'rationale'
|
3662
|
+
end
|
3663
|
+
end
|
3664
|
+
|
3615
3665
|
class GoogleCloudContactcenterinsightsV1QaQuestion
|
3616
3666
|
# @private
|
3617
3667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4489,11 +4539,15 @@ module Google
|
|
4489
4539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4490
4540
|
property :agent_id, as: 'agentId'
|
4491
4541
|
property :agent_type, as: 'agentType'
|
4542
|
+
property :deployment_display_name, as: 'deploymentDisplayName'
|
4543
|
+
property :deployment_id, as: 'deploymentId'
|
4492
4544
|
property :display_name, as: 'displayName'
|
4493
4545
|
property :disposition_code, as: 'dispositionCode'
|
4494
4546
|
property :location, as: 'location'
|
4495
4547
|
property :team, as: 'team'
|
4496
4548
|
collection :teams, as: 'teams'
|
4549
|
+
property :version_display_name, as: 'versionDisplayName'
|
4550
|
+
property :version_id, as: 'versionId'
|
4497
4551
|
end
|
4498
4552
|
end
|
4499
4553
|
|
@@ -4708,15 +4762,21 @@ module Google
|
|
4708
4762
|
|
4709
4763
|
property :qa_question_dimension_metadata, as: 'qaQuestionDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata::Representation
|
4710
4764
|
|
4765
|
+
property :qa_scorecard_dimension_metadata, as: 'qaScorecardDimensionMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata::Representation
|
4766
|
+
|
4711
4767
|
end
|
4712
4768
|
end
|
4713
4769
|
|
4714
4770
|
class GoogleCloudContactcenterinsightsV1alpha1DimensionAgentDimensionMetadata
|
4715
4771
|
# @private
|
4716
4772
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4773
|
+
property :agent_deployment_display_name, as: 'agentDeploymentDisplayName'
|
4774
|
+
property :agent_deployment_id, as: 'agentDeploymentId'
|
4717
4775
|
property :agent_display_name, as: 'agentDisplayName'
|
4718
4776
|
property :agent_id, as: 'agentId'
|
4719
4777
|
property :agent_team, as: 'agentTeam'
|
4778
|
+
property :agent_version_display_name, as: 'agentVersionDisplayName'
|
4779
|
+
property :agent_version_id, as: 'agentVersionId'
|
4720
4780
|
end
|
4721
4781
|
end
|
4722
4782
|
|
@@ -4748,6 +4808,13 @@ module Google
|
|
4748
4808
|
end
|
4749
4809
|
end
|
4750
4810
|
|
4811
|
+
class GoogleCloudContactcenterinsightsV1alpha1DimensionQaScorecardDimensionMetadata
|
4812
|
+
# @private
|
4813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4814
|
+
property :qa_scorecard_id, as: 'qaScorecardId'
|
4815
|
+
end
|
4816
|
+
end
|
4817
|
+
|
4751
4818
|
class GoogleCloudContactcenterinsightsV1alpha1EncryptionSpec
|
4752
4819
|
# @private
|
4753
4820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5192,12 +5259,21 @@ module Google
|
|
5192
5259
|
property :normalized_score, as: 'normalizedScore'
|
5193
5260
|
property :num_value, as: 'numValue'
|
5194
5261
|
property :potential_score, as: 'potentialScore'
|
5262
|
+
property :rationale, as: 'rationale', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale::Representation
|
5263
|
+
|
5195
5264
|
property :score, as: 'score'
|
5196
5265
|
property :skip_value, as: 'skipValue'
|
5197
5266
|
property :str_value, as: 'strValue'
|
5198
5267
|
end
|
5199
5268
|
end
|
5200
5269
|
|
5270
|
+
class GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValueQaAnswerRationale
|
5271
|
+
# @private
|
5272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5273
|
+
property :rationale, as: 'rationale'
|
5274
|
+
end
|
5275
|
+
end
|
5276
|
+
|
5201
5277
|
class GoogleCloudContactcenterinsightsV1alpha1QaQuestionTag
|
5202
5278
|
# @private
|
5203
5279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5610,6 +5686,7 @@ module Google
|
|
5610
5686
|
property :next_page_token, as: 'nextPageToken'
|
5611
5687
|
collection :operations, as: 'operations', class: Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation, decorator: Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
|
5612
5688
|
|
5689
|
+
collection :unreachable, as: 'unreachable'
|
5613
5690
|
end
|
5614
5691
|
end
|
5615
5692
|
|
@@ -2324,6 +2324,13 @@ module Google
|
|
2324
2324
|
# The standard list page size.
|
2325
2325
|
# @param [String] page_token
|
2326
2326
|
# The standard list page token.
|
2327
|
+
# @param [Boolean] return_partial_success
|
2328
|
+
# 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.
|
2327
2334
|
# @param [String] fields
|
2328
2335
|
# Selector specifying which fields to include in a partial response.
|
2329
2336
|
# @param [String] quota_user
|
@@ -2341,7 +2348,7 @@ module Google
|
|
2341
2348
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2342
2349
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2343
2350
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2344
|
-
def list_project_location_authorized_view_set_authorized_view_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2351
|
+
def list_project_location_authorized_view_set_authorized_view_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2345
2352
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
2346
2353
|
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningListOperationsResponse::Representation
|
2347
2354
|
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningListOperationsResponse
|
@@ -2349,6 +2356,7 @@ module Google
|
|
2349
2356
|
command.query['filter'] = filter unless filter.nil?
|
2350
2357
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2351
2358
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2359
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2352
2360
|
command.query['fields'] = fields unless fields.nil?
|
2353
2361
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2354
2362
|
execute_or_queue_command(command, &block)
|
@@ -5083,6 +5091,13 @@ module Google
|
|
5083
5091
|
# The standard list page size.
|
5084
5092
|
# @param [String] page_token
|
5085
5093
|
# The standard list page token.
|
5094
|
+
# @param [Boolean] return_partial_success
|
5095
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
5096
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
5097
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
5098
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
5099
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
5100
|
+
# explicitly documented otherwise in service or product specific documentation.
|
5086
5101
|
# @param [String] fields
|
5087
5102
|
# Selector specifying which fields to include in a partial response.
|
5088
5103
|
# @param [String] quota_user
|
@@ -5100,7 +5115,7 @@ module Google
|
|
5100
5115
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
5101
5116
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
5102
5117
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
5103
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
5118
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
5104
5119
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
5105
5120
|
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningListOperationsResponse::Representation
|
5106
5121
|
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningListOperationsResponse
|
@@ -5108,6 +5123,7 @@ module Google
|
|
5108
5123
|
command.query['filter'] = filter unless filter.nil?
|
5109
5124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
5110
5125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
5126
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
5111
5127
|
command.query['fields'] = fields unless fields.nil?
|
5112
5128
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
5113
5129
|
execute_or_queue_command(command, &block)
|
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.
|
4
|
+
version: 0.75.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.75.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:
|