google-cloud-contact_center_insights-v1 0.7.0 → 0.8.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: 24e4cee1707cc92651cc475e2006d0a05dcbecde8d5b832904990a3a26f601e1
4
- data.tar.gz: 1d41f19d082d188cd88bc6afc6e119c39cde3ccb3bc162c4b02f98e5f97ed216
3
+ metadata.gz: 79a37601d6956b1beb5700a315f493f1a274f81609f15dba38b3a0e8d8598d8d
4
+ data.tar.gz: 855a5eb7fed4401bfe92bb8aaee4456c0fd960fb894443cc8ef2f6e7e4dc6777
5
5
  SHA512:
6
- metadata.gz: 29daa59782066f6618348714b7b670a6f66d34d379b29c47c01717c7369f077fe069a09b1525b33e0e3a74fe45fd094c637f81adcbc3da2178f70f13dc23cc3a
7
- data.tar.gz: f1c7f583fb2010b42aef9317023978f1af0b8b1e8299587c22668bdb7c047b0b07f3754ffc1c2ede76c74db9d913d8de61147468f642300b169a5f99d17a8e20
6
+ metadata.gz: 921d26435da4547a5741af09b13dbfe96197d491f04487658063cc7213d15a800f4e8ffc69577984a29d7fe2c18ef4ecd0bc27c4f96da6770ae14d9baad9f507
7
+ data.tar.gz: 7ab673b6793546411748f7bead1c51ca11512fe31d3af45897db78bd7406e8d5966bfd1811491c20eaa3c32ef47b9c327daec2820bf85afa775db72b86fb3761
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest.
37
37
  response = client.create_conversation request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-contact_center_insights-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-contact_center_insights-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/contact-center/insights/docs)
@@ -69,16 +69,21 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
75
80
 
76
81
  Google provides official support for Ruby versions that are actively supported
77
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
78
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
79
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
80
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
81
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
82
87
 
83
88
  ## Which client should I use?
84
89
 
@@ -95,6 +95,9 @@ module Google
95
95
  channel_args: @config.channel_args,
96
96
  interceptors: @config.interceptors
97
97
  )
98
+
99
+ # Used by an LRO wrapper for some methods of this service
100
+ @operations_client = self
98
101
  end
99
102
 
100
103
  # Service calls
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -25,6 +25,8 @@ module Google
25
25
  ##
26
26
  # To load this package, including all its services, and instantiate a client:
27
27
  #
28
+ # @example
29
+ #
28
30
  # require "google/cloud/contact_center_insights/v1"
29
31
  # client = ::Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Client.new
30
32
  #
@@ -1,6 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/contactcenterinsights/v1/contact_center_insights.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/api/field_behavior_pb'
@@ -12,7 +14,6 @@ require 'google/protobuf/empty_pb'
12
14
  require 'google/protobuf/field_mask_pb'
13
15
  require 'google/protobuf/timestamp_pb'
14
16
  require 'google/rpc/status_pb'
15
- require 'google/protobuf'
16
17
 
17
18
  Google::Protobuf::DescriptorPool.generated_pool.build do
18
19
  add_file("google/cloud/contactcenterinsights/v1/contact_center_insights.proto", :syntax => :proto3) do
@@ -243,8 +244,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
243
244
  end
244
245
  add_enum "google.cloud.contactcenterinsights.v1.ConversationView" do
245
246
  value :CONVERSATION_VIEW_UNSPECIFIED, 0
246
- value :BASIC, 1
247
247
  value :FULL, 2
248
+ value :BASIC, 1
248
249
  end
249
250
  end
250
251
  end
@@ -1,11 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/contactcenterinsights/v1/resources.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/field_behavior_pb'
5
7
  require 'google/api/resource_pb'
6
8
  require 'google/protobuf/duration_pb'
7
9
  require 'google/protobuf/timestamp_pb'
8
- require 'google/protobuf'
9
10
 
10
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
12
  add_file("google/cloud/contactcenterinsights/v1/resources.proto", :syntax => :proto3) do
@@ -788,18 +788,19 @@ module Google
788
788
  extend ::Google::Protobuf::MessageExts::ClassMethods
789
789
  end
790
790
 
791
- # Represents the options for views of a conversation.
791
+ # Represents the options for viewing a conversation.
792
792
  module ConversationView
793
- # Not specified. Defaults to FULL on GetConversationRequest and BASIC for
794
- # ListConversationsRequest.
793
+ # The conversation view is not specified.
794
+ #
795
+ # * Defaults to `FULL` in `GetConversationRequest`.
796
+ # * Defaults to `BASIC` in `ListConversationsRequest`.
795
797
  CONVERSATION_VIEW_UNSPECIFIED = 0
796
798
 
797
- # Transcript field is not populated in the response for Insights
798
- # conversation.
799
- BASIC = 1
800
-
801
- # All fields are populated for Insights conversation.
799
+ # Populates all fields in the conversation.
802
800
  FULL = 2
801
+
802
+ # Populates all fields in the conversation except the transcript.
803
+ BASIC = 1
803
804
  end
804
805
  end
805
806
  end
@@ -1069,9 +1069,9 @@ module Google
1069
1069
  # that it originates from.
1070
1070
  # @!attribute [rw] query_record
1071
1071
  # @return [::String]
1072
- # Name of the query record.
1072
+ # The name of the answer record.
1073
1073
  # Format:
1074
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1074
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1075
1075
  # @!attribute [rw] source
1076
1076
  # @return [::String]
1077
1077
  # The knowledge document that this answer was extracted from.
@@ -1109,9 +1109,9 @@ module Google
1109
1109
  # it originates from.
1110
1110
  # @!attribute [rw] query_record
1111
1111
  # @return [::String]
1112
- # Name of the query record.
1112
+ # The name of the answer record.
1113
1113
  # Format:
1114
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}.
1114
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1115
1115
  # @!attribute [rw] source
1116
1116
  # @return [::String]
1117
1117
  # The knowledge document that this answer was extracted from.
@@ -1146,9 +1146,9 @@ module Google
1146
1146
  # which it originates.
1147
1147
  # @!attribute [rw] query_record
1148
1148
  # @return [::String]
1149
- # Name of the query record.
1149
+ # The name of the answer record.
1150
1150
  # Format:
1151
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1151
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1152
1152
  class SmartReplyData
1153
1153
  include ::Google::Protobuf::MessageExts
1154
1154
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1178,9 +1178,9 @@ module Google
1178
1178
  # document from which it originates.
1179
1179
  # @!attribute [rw] query_record
1180
1180
  # @return [::String]
1181
- # Name of the query record.
1181
+ # The name of the answer record.
1182
1182
  # Format:
1183
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1183
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1184
1184
  class SmartComposeSuggestionData
1185
1185
  include ::Google::Protobuf::MessageExts
1186
1186
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -44,7 +44,7 @@ module Google
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
46
  #
47
- # Example 3: Pack and unpack a message in Python.
47
+ # Example 3: Pack and unpack a message in Python.
48
48
  #
49
49
  # foo = Foo(...)
50
50
  # any = Any()
@@ -54,7 +54,7 @@ module Google
54
54
  # any.Unpack(foo)
55
55
  # ...
56
56
  #
57
- # Example 4: Pack and unpack a message in Go
57
+ # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
60
  # any, err := anypb.New(foo)
@@ -75,7 +75,7 @@ module Google
75
75
  #
76
76
  #
77
77
  # JSON
78
- # ====
78
+ #
79
79
  # The JSON representation of an `Any` value uses the regular
80
80
  # representation of the deserialized, embedded message, with an
81
81
  # additional field `@type` which contains the type URL. Example:
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.7.0
4
+ version: 0.8.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: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: '0.10'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: '0.10'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,28 +50,28 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.25.1
53
+ version: 1.26.1
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.25.1
60
+ version: 1.26.1
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '5.14'
67
+ version: '5.16'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '5.14'
74
+ version: '5.16'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest-focus
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '12.0'
109
+ version: '13.0'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: '12.0'
116
+ version: '13.0'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: redcarpet
119
119
  requirement: !ruby/object:Gem::Requirement
@@ -206,14 +206,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: '2.5'
209
+ version: '2.6'
210
210
  required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - ">="
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.3.4
216
+ rubygems_version: 3.3.14
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: API Client library for the Contact Center AI Insights V1 API