Skip to content

Commit 2419b0b

Browse files
feat: Automated regeneration of contactcenterinsights v1 client (googleapis#23304)
Auto-created at 2025-06-01 10:30:59 +0000 using the toys pull request generator.
1 parent 83cc8d8 commit 2419b0b

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124588,6 +124588,7 @@
124588124588
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationDataSource": google_cloud_contactcenterinsights_v1_conversation_data_source
124589124589
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationDataSource/dialogflowSource": dialogflow_source
124590124590
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationDataSource/gcsSource": gcs_source
124591+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationDataSource/metadataUri": metadata_uri
124591124592
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment": google_cloud_contactcenterinsights_v1_conversation_level_sentiment
124592124593
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment/channelTag": channel_tag
124593124594
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment/sentimentData": sentiment_data
@@ -125502,6 +125503,7 @@
125502125503
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource": google_cloud_contactcenterinsights_v1alpha1_conversation_data_source
125503125504
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource/dialogflowSource": dialogflow_source
125504125505
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource/gcsSource": gcs_source
125506+
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource/metadataUri": metadata_uri
125505125507
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment": google_cloud_contactcenterinsights_v1alpha1_conversation_level_sentiment
125506125508
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment/channelTag": channel_tag
125507125509
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment/sentimentData": sentiment_data

generated/google-apis-contactcenterinsights_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-contactcenterinsights_v1
22

3+
### v0.65.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250526
6+
37
### v0.64.0 (2025-05-25)
48

59
* Regenerated from discovery document revision 20250521

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/classes.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,12 @@ class GoogleCloudContactcenterinsightsV1ConversationDataSource
17721772
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource]
17731773
attr_accessor :gcs_source
17741774

1775+
# Cloud Storage URI that points to a file that contains the conversation
1776+
# metadata.
1777+
# Corresponds to the JSON property `metadataUri`
1778+
# @return [String]
1779+
attr_accessor :metadata_uri
1780+
17751781
def initialize(**args)
17761782
update!(**args)
17771783
end
@@ -1780,6 +1786,7 @@ def initialize(**args)
17801786
def update!(**args)
17811787
@dialogflow_source = args[:dialogflow_source] if args.key?(:dialogflow_source)
17821788
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
1789+
@metadata_uri = args[:metadata_uri] if args.key?(:metadata_uri)
17831790
end
17841791
end
17851792

@@ -7697,6 +7704,12 @@ class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
76977704
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource]
76987705
attr_accessor :gcs_source
76997706

7707+
# Cloud Storage URI that points to a file that contains the conversation
7708+
# metadata.
7709+
# Corresponds to the JSON property `metadataUri`
7710+
# @return [String]
7711+
attr_accessor :metadata_uri
7712+
77007713
def initialize(**args)
77017714
update!(**args)
77027715
end
@@ -7705,6 +7718,7 @@ def initialize(**args)
77057718
def update!(**args)
77067719
@dialogflow_source = args[:dialogflow_source] if args.key?(:dialogflow_source)
77077720
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
7721+
@metadata_uri = args[:metadata_uri] if args.key?(:metadata_uri)
77087722
end
77097723
end
77107724

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContactcenterinsightsV1
1818
# Version of the google-apis-contactcenterinsights_v1 gem
19-
GEM_VERSION = "0.64.0"
19+
GEM_VERSION = "0.65.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250521"
25+
REVISION = "20250526"
2626
end
2727
end
2828
end

generated/google-apis-contactcenterinsights_v1/lib/google/apis/contactcenterinsights_v1/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,6 +2450,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
24502450

24512451
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GcsSource::Representation
24522452

2453+
property :metadata_uri, as: 'metadataUri'
24532454
end
24542455
end
24552456

@@ -4182,6 +4183,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
41824183

41834184
property :gcs_source, as: 'gcsSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1GcsSource::Representation
41844185

4186+
property :metadata_uri, as: 'metadataUri'
41854187
end
41864188
end
41874189

0 commit comments

Comments
 (0)