google-cloud-contact_center_insights-v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51f105552a4af4edf524e8d22f707ee0647157596c1c67538ae532271dff9144
4
- data.tar.gz: 83b6c60441674ae9433bb6f78513864b448dd84f4893bf8c5d31962030eede70
3
+ metadata.gz: 34bc75c897127614bfdb4dd6ce67c9cef379c93ffa9b708808f342a94f44525f
4
+ data.tar.gz: 1df5af3efc17281adc14d33d0c02989615bbd4382a76e29d6b3865135e9c0600
5
5
  SHA512:
6
- metadata.gz: cee9415fc5f1d4a8fae7df76b2868b8b11707e87d4356a71697837aa41e8b532c4ac36003db76651e6a4e345ff0cab5251b8c6e0b2e0f4d3c0cf3c6b7d53b61f
7
- data.tar.gz: 37a270df3758583ae61285b0496f751cfda5ba8b451925396b7a1105c6b61d596e4c0f515ac630da577bfc946e3819cbc4cb472832d692962e909dac26eff390
6
+ metadata.gz: c27f8ce93750652d490bbd7f59cb5f88223ca94101d9eee97a8942d01ff6ac51755214fefed0501a7af66b43daf0d0662e66f0bf45a6138a17bc3fc7dcfa4f42
7
+ data.tar.gz: c46f35bcec3732c0c04c90d87d5083e819bbf534c3648b1b23411f8b6d30c2f7af19e7f419b0aaa66941d69a657414fd5b1a3d0838540e1aef1f00a910aae7cd
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -195,6 +195,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
195
195
  add_message "google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig" do
196
196
  optional :medium, :enum, 1, "google.cloud.contactcenterinsights.v1.Conversation.Medium"
197
197
  optional :training_conversations_count, :int64, 2
198
+ optional :filter, :string, 3
198
199
  end
199
200
  add_enum "google.cloud.contactcenterinsights.v1.IssueModel.State" do
200
201
  value :STATE_UNSPECIFIED, 0
@@ -230,6 +231,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
230
231
  repeated :phrase_match_rule_groups, :message, 8, "google.cloud.contactcenterinsights.v1.PhraseMatchRuleGroup"
231
232
  optional :activation_update_time, :message, 9, "google.protobuf.Timestamp"
232
233
  optional :role_match, :enum, 10, "google.cloud.contactcenterinsights.v1.ConversationParticipant.Role"
234
+ optional :update_time, :message, 11, "google.protobuf.Timestamp"
233
235
  end
234
236
  add_enum "google.cloud.contactcenterinsights.v1.PhraseMatcher.PhraseMatcherType" do
235
237
  value :PHRASE_MATCHER_TYPE_UNSPECIFIED, 0
@@ -670,10 +670,16 @@ module Google
670
670
  # Configs for the input data used to create the issue model.
671
671
  # @!attribute [rw] medium
672
672
  # @return [::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium]
673
- # Required. Medium of conversations used in training data.
673
+ # Medium of conversations used in training data. This field is being
674
+ # deprecated. To specify the medium to be used in training a new issue
675
+ # model, set the `medium` field on `filter`.
674
676
  # @!attribute [r] training_conversations_count
675
677
  # @return [::Integer]
676
678
  # Output only. Number of conversations used in training. Output only.
679
+ # @!attribute [rw] filter
680
+ # @return [::String]
681
+ # A filter to reduce the conversations used for training the model to a
682
+ # specific subset.
677
683
  class InputDataConfig
678
684
  include ::Google::Protobuf::MessageExts
679
685
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -801,6 +807,9 @@ module Google
801
807
  # The role whose utterances the phrase matcher should be matched
802
808
  # against. If the role is ROLE_UNSPECIFIED it will be matched against any
803
809
  # utterances in the transcript.
810
+ # @!attribute [r] update_time
811
+ # @return [::Google::Protobuf::Timestamp]
812
+ # Output only. The most recent time at which the phrase matcher was updated.
804
813
  class PhraseMatcher
805
814
  include ::Google::Protobuf::MessageExts
806
815
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-contact_center_insights-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common