Skip to content

Commit

Permalink
feat: Automated regeneration of contactcenterinsights v1 client (#18882)
Browse files Browse the repository at this point in the history
Auto-created at 2024-04-28 10:11:24 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed Apr 28, 2024
1 parent 2b06575 commit 72dd81a
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 2 deletions.
8 changes: 8 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109851,6 +109851,7 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata/phraseMatchers/phrase_matcher": phrase_matcher
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata/sentiments": sentiments
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata/sentiments/sentiment": sentiment
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata/silence": silence
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnnotationBoundary": google_cloud_contactcenterinsights_v1_annotation_boundary
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnnotationBoundary/transcriptIndex": transcript_index
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1AnnotationBoundary/wordIndex": word_index
Expand Down Expand Up @@ -109982,6 +109983,9 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment": google_cloud_contactcenterinsights_v1_conversation_level_sentiment
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment/channelTag": channel_tag
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSentiment/sentimentData": sentiment_data
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSilence": google_cloud_contactcenterinsights_v1_conversation_level_silence
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSilence/silenceDuration": silence_duration
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationLevelSilence/silencePercentage": silence_percentage
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationParticipant": google_cloud_contactcenterinsights_v1_conversation_participant
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationParticipant/dialogflowParticipant": dialogflow_participant
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1ConversationParticipant/dialogflowParticipantName": dialogflow_participant_name
Expand Down Expand Up @@ -110454,6 +110458,7 @@
: phrase_matcher
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata/sentiments": sentiments
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata/sentiments/sentiment": sentiment
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata/silence": silence
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary": google_cloud_contactcenterinsights_v1alpha1_annotation_boundary
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary/transcriptIndex": transcript_index
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary/wordIndex": word_index
Expand Down Expand Up @@ -110561,6 +110566,9 @@
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment": google_cloud_contactcenterinsights_v1alpha1_conversation_level_sentiment
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment/channelTag": channel_tag
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment/sentimentData": sentiment_data
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence": google_cloud_contactcenterinsights_v1alpha1_conversation_level_silence
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence/silenceDuration": silence_duration
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence/silencePercentage": silence_percentage
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant": google_cloud_contactcenterinsights_v1alpha1_conversation_participant
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant/dialogflowParticipant": dialogflow_participant
"/contactcenterinsights:v1/GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant/dialogflowParticipantName": dialogflow_participant_name
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-contactcenterinsights_v1

### v0.43.0 (2024-04-28)

* Regenerated from discovery document revision 20240420

### v0.42.0 (2024-04-21)

* Regenerated from discovery document revision 20240416
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ class GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment>]
attr_accessor :sentiments

# Conversation-level silence data.
# Corresponds to the JSON property `silence`
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSilence]
attr_accessor :silence

def initialize(**args)
update!(**args)
end
Expand All @@ -325,6 +330,7 @@ def update!(**args)
@issue_model_result = args[:issue_model_result] if args.key?(:issue_model_result)
@phrase_matchers = args[:phrase_matchers] if args.key?(:phrase_matchers)
@sentiments = args[:sentiments] if args.key?(:sentiments)
@silence = args[:silence] if args.key?(:silence)
end
end

Expand Down Expand Up @@ -1219,6 +1225,31 @@ def update!(**args)
end
end

# Conversation-level silence data.
class GoogleCloudContactcenterinsightsV1ConversationLevelSilence
include Google::Apis::Core::Hashable

# Amount of time calculated to be in silence.
# Corresponds to the JSON property `silenceDuration`
# @return [String]
attr_accessor :silence_duration

# Percentage of the total conversation spent in silence.
# Corresponds to the JSON property `silencePercentage`
# @return [Float]
attr_accessor :silence_percentage

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@silence_duration = args[:silence_duration] if args.key?(:silence_duration)
@silence_percentage = args[:silence_percentage] if args.key?(:silence_percentage)
end
end

# The call participant speaking for a given utterance.
class GoogleCloudContactcenterinsightsV1ConversationParticipant
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -4551,6 +4582,11 @@ class GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment>]
attr_accessor :sentiments

# Conversation-level silence data.
# Corresponds to the JSON property `silence`
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence]
attr_accessor :silence

def initialize(**args)
update!(**args)
end
Expand All @@ -4563,6 +4599,7 @@ def update!(**args)
@issue_model_result = args[:issue_model_result] if args.key?(:issue_model_result)
@phrase_matchers = args[:phrase_matchers] if args.key?(:phrase_matchers)
@sentiments = args[:sentiments] if args.key?(:sentiments)
@silence = args[:silence] if args.key?(:silence)
end
end

Expand Down Expand Up @@ -5319,6 +5356,31 @@ def update!(**args)
end
end

# Conversation-level silence data.
class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence
include Google::Apis::Core::Hashable

# Amount of time calculated to be in silence.
# Corresponds to the JSON property `silenceDuration`
# @return [String]
attr_accessor :silence_duration

# Percentage of the total conversation spent in silence.
# Corresponds to the JSON property `silencePercentage`
# @return [Float]
attr_accessor :silence_percentage

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@silence_duration = args[:silence_duration] if args.key?(:silence_duration)
@silence_percentage = args[:silence_percentage] if args.key?(:silence_percentage)
end
end

# The call participant speaking for a given utterance.
class GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant
include Google::Apis::Core::Hashable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContactcenterinsightsV1
# Version of the google-apis-contactcenterinsights_v1 gem
GEM_VERSION = "0.42.0"
GEM_VERSION = "0.43.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.14.0"

# Revision of the discovery document this client was generated from
REVISION = "20240416"
REVISION = "20240420"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudContactcenterinsightsV1ConversationLevelSilence
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudContactcenterinsightsV1ConversationParticipant
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -916,6 +922,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -1515,6 +1527,8 @@ class Representation < Google::Apis::Core::JsonRepresentation

collection :sentiments, as: 'sentiments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSentiment::Representation

property :silence, as: 'silence', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSilence, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationLevelSilence::Representation

end
end

Expand Down Expand Up @@ -1765,6 +1779,14 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudContactcenterinsightsV1ConversationLevelSilence
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :silence_duration, as: 'silenceDuration'
property :silence_percentage, as: 'silencePercentage'
end
end

class GoogleCloudContactcenterinsightsV1ConversationParticipant
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -2784,6 +2806,8 @@ class Representation < Google::Apis::Core::JsonRepresentation

collection :sentiments, as: 'sentiments', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSentiment::Representation

property :silence, as: 'silence', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence::Representation

end
end

Expand Down Expand Up @@ -2993,6 +3017,14 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :silence_duration, as: 'silenceDuration'
property :silence_percentage, as: 'silencePercentage'
end
end

class GoogleCloudContactcenterinsightsV1alpha1ConversationParticipant
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down

0 comments on commit 72dd81a

Please sign in to comment.