google-cloud-dialogflow-v2 0.6.4 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +188 -190
  3. data/README.md +66 -2
  4. data/lib/google/cloud/dialogflow/v2.rb +11 -2
  5. data/lib/google/cloud/dialogflow/v2/agent_services_pb.rb +9 -9
  6. data/lib/google/cloud/dialogflow/v2/agents/client.rb +24 -18
  7. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +96 -11
  8. data/lib/google/cloud/dialogflow/v2/answer_record_pb.rb +100 -0
  9. data/lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb +49 -0
  10. data/lib/google/cloud/dialogflow/v2/answer_records.rb +50 -0
  11. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +479 -0
  12. data/lib/google/cloud/dialogflow/v2/answer_records/credentials.rb +52 -0
  13. data/lib/google/cloud/dialogflow/v2/answer_records/paths.rb +105 -0
  14. data/lib/google/cloud/dialogflow/v2/audio_config_pb.rb +7 -0
  15. data/lib/google/cloud/dialogflow/v2/context_services_pb.rb +7 -24
  16. data/lib/google/cloud/dialogflow/v2/contexts.rb +1 -18
  17. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +22 -33
  18. data/lib/google/cloud/dialogflow/v2/contexts/paths.rb +2 -2
  19. data/lib/google/cloud/dialogflow/v2/conversation_event_pb.rb +39 -0
  20. data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +89 -0
  21. data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +182 -0
  22. data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +61 -0
  23. data/lib/google/cloud/dialogflow/v2/conversation_profiles.rb +49 -0
  24. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +699 -0
  25. data/lib/google/cloud/dialogflow/v2/conversation_profiles/credentials.rb +52 -0
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/paths.rb +205 -0
  27. data/lib/google/cloud/dialogflow/v2/conversation_services_pb.rb +75 -0
  28. data/lib/google/cloud/dialogflow/v2/conversations.rb +49 -0
  29. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +757 -0
  30. data/lib/google/cloud/dialogflow/v2/conversations/credentials.rb +52 -0
  31. data/lib/google/cloud/dialogflow/v2/conversations/paths.rb +146 -0
  32. data/lib/google/cloud/dialogflow/v2/document_pb.rb +99 -0
  33. data/lib/google/cloud/dialogflow/v2/document_services_pb.rb +73 -0
  34. data/lib/google/cloud/dialogflow/v2/documents.rb +50 -0
  35. data/lib/google/cloud/dialogflow/v2/documents/client.rb +810 -0
  36. data/lib/google/cloud/dialogflow/v2/documents/credentials.rb +52 -0
  37. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +655 -0
  38. data/lib/google/cloud/dialogflow/v2/documents/paths.rb +119 -0
  39. data/lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb +11 -38
  40. data/lib/google/cloud/dialogflow/v2/entity_types.rb +1 -28
  41. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +26 -47
  42. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +96 -11
  43. data/lib/google/cloud/dialogflow/v2/environment_services_pb.rb +2 -2
  44. data/lib/google/cloud/dialogflow/v2/environments.rb +1 -1
  45. data/lib/google/cloud/dialogflow/v2/environments/client.rb +17 -11
  46. data/lib/google/cloud/dialogflow/v2/gcs_pb.rb +20 -0
  47. data/lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb +26 -0
  48. data/lib/google/cloud/dialogflow/v2/intent_pb.rb +2 -0
  49. data/lib/google/cloud/dialogflow/v2/intent_services_pb.rb +8 -39
  50. data/lib/google/cloud/dialogflow/v2/intents.rb +1 -32
  51. data/lib/google/cloud/dialogflow/v2/intents/client.rb +23 -48
  52. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +96 -11
  53. data/lib/google/cloud/dialogflow/v2/intents/paths.rb +1 -1
  54. data/lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb +60 -0
  55. data/lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb +53 -0
  56. data/lib/google/cloud/dialogflow/v2/knowledge_bases.rb +49 -0
  57. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +696 -0
  58. data/lib/google/cloud/dialogflow/v2/knowledge_bases/credentials.rb +52 -0
  59. data/lib/google/cloud/dialogflow/v2/knowledge_bases/paths.rb +105 -0
  60. data/lib/google/cloud/dialogflow/v2/participant_pb.rb +172 -0
  61. data/lib/google/cloud/dialogflow/v2/participant_services_pb.rb +64 -0
  62. data/lib/google/cloud/dialogflow/v2/participants.rb +49 -0
  63. data/lib/google/cloud/dialogflow/v2/participants/client.rb +894 -0
  64. data/lib/google/cloud/dialogflow/v2/participants/credentials.rb +52 -0
  65. data/lib/google/cloud/dialogflow/v2/participants/paths.rb +258 -0
  66. data/lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb +6 -22
  67. data/lib/google/cloud/dialogflow/v2/session_entity_types.rb +1 -17
  68. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +21 -31
  69. data/lib/google/cloud/dialogflow/v2/session_entity_types/paths.rb +2 -2
  70. data/lib/google/cloud/dialogflow/v2/session_pb.rb +1 -0
  71. data/lib/google/cloud/dialogflow/v2/session_services_pb.rb +14 -6
  72. data/lib/google/cloud/dialogflow/v2/sessions.rb +4 -4
  73. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +43 -21
  74. data/lib/google/cloud/dialogflow/v2/sessions/paths.rb +3 -3
  75. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  76. data/proto_docs/google/api/field_behavior.rb +6 -0
  77. data/proto_docs/google/api/resource.rb +50 -14
  78. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +1 -2
  79. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +259 -0
  80. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +25 -0
  81. data/proto_docs/google/cloud/dialogflow/v2/context.rb +17 -2
  82. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +253 -0
  83. data/proto_docs/google/cloud/dialogflow/v2/conversation_event.rb +83 -0
  84. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +510 -0
  85. data/proto_docs/google/cloud/dialogflow/v2/document.rb +267 -0
  86. data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +12 -3
  87. data/proto_docs/google/cloud/dialogflow/v2/environment.rb +18 -1
  88. data/proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb +45 -0
  89. data/proto_docs/google/cloud/dialogflow/v2/intent.rb +20 -3
  90. data/proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb +139 -0
  91. data/proto_docs/google/cloud/dialogflow/v2/participant.rb +503 -0
  92. data/proto_docs/google/cloud/dialogflow/v2/session.rb +52 -7
  93. data/proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb +7 -6
  94. data/proto_docs/google/cloud/dialogflow/v2/validation_result.rb +1 -1
  95. data/proto_docs/google/cloud/dialogflow/v2/webhook.rb +2 -2
  96. data/proto_docs/google/longrunning/operations.rb +17 -3
  97. data/proto_docs/google/protobuf/any.rb +5 -2
  98. data/proto_docs/google/protobuf/timestamp.rb +10 -1
  99. data/proto_docs/google/type/latlng.rb +2 -2
  100. metadata +59 -9
@@ -28,11 +28,19 @@ module Google
28
28
  # `projects/<Project ID>/agent/sessions/<Session ID>`, or
29
29
  # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User
30
30
  # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume
31
- # default 'draft' environment. If `User ID` is not specified, we are using
32
- # "-". It's up to the API caller to choose an appropriate `Session ID` and
33
- # `User Id`. They can be a random number or some type of user and session
31
+ # default 'draft' environment (`Environment ID` might be referred to as
32
+ # environment name at some places). If `User ID` is not specified, we are
33
+ # using "-". It's up to the API caller to choose an appropriate `Session ID`
34
+ # and `User Id`. They can be a random number or some type of user and session
34
35
  # identifiers (preferably hashed). The length of the `Session ID` and
35
36
  # `User ID` must not exceed 36 characters.
37
+ #
38
+ # For more information, see the [API interactions
39
+ # guide](https://cloud.google.com/dialogflow/docs/api-overview).
40
+ #
41
+ # Note: Always use agent versions for production traffic.
42
+ # See [Versions and
43
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
36
44
  # @!attribute [rw] query_params
37
45
  # @return [::Google::Cloud::Dialogflow::V2::QueryParameters]
38
46
  # The parameters of this query.
@@ -135,9 +143,29 @@ module Google
135
143
  # @return [::Google::Cloud::Dialogflow::V2::SentimentAnalysisRequestConfig]
136
144
  # Configures the type of sentiment analysis to perform. If not
137
145
  # provided, sentiment analysis is not performed.
146
+ # @!attribute [rw] webhook_headers
147
+ # @return [::Google::Protobuf::Map{::String => ::String}]
148
+ # This field can be used to pass HTTP headers for a webhook
149
+ # call. These headers will be sent to webhook along with the headers that
150
+ # have been configured through the Dialogflow web console. The headers
151
+ # defined within this field will overwrite the headers configured through the
152
+ # Dialogflow console if there is a conflict. Header names are
153
+ # case-insensitive. Google's specified headers are not allowed. Including:
154
+ # "Host", "Content-Length", "Connection", "From", "User-Agent",
155
+ # "Accept-Encoding", "If-Modified-Since", "If-None-Match", "X-Forwarded-For",
156
+ # etc.
138
157
  class QueryParameters
139
158
  include ::Google::Protobuf::MessageExts
140
159
  extend ::Google::Protobuf::MessageExts::ClassMethods
160
+
161
+ # @!attribute [rw] key
162
+ # @return [::String]
163
+ # @!attribute [rw] value
164
+ # @return [::String]
165
+ class WebhookHeadersEntry
166
+ include ::Google::Protobuf::MessageExts
167
+ extend ::Google::Protobuf::MessageExts::ClassMethods
168
+ end
141
169
  end
142
170
 
143
171
  # Represents the query input. It can contain either:
@@ -206,7 +234,8 @@ module Google
206
234
  # - MapKey value: parameter name
207
235
  # - MapValue type:
208
236
  # - If parameter's entity type is a composite entity: map
209
- # - Else: string or number, depending on parameter value type
237
+ # - Else: depending on parameter value type, could be one of string,
238
+ # number, boolean, null, list or map
210
239
  # - MapValue value:
211
240
  # - If parameter's entity type is a composite entity:
212
241
  # map from composite entity property names to property values
@@ -315,6 +344,13 @@ module Google
315
344
  # `User Id`. They can be a random number or some type of user and session
316
345
  # identifiers (preferably hashed). The length of the `Session ID` and
317
346
  # `User ID` must not exceed 36 characters.
347
+ #
348
+ # For more information, see the [API interactions
349
+ # guide](https://cloud.google.com/dialogflow/docs/api-overview).
350
+ #
351
+ # Note: Always use agent versions for production traffic.
352
+ # See [Versions and
353
+ # environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
318
354
  # @!attribute [rw] query_params
319
355
  # @return [::Google::Cloud::Dialogflow::V2::QueryParameters]
320
356
  # The parameters of this query.
@@ -529,7 +565,8 @@ module Google
529
565
  # - MapKey value: parameter name
530
566
  # - MapValue type:
531
567
  # - If parameter's entity type is a composite entity: map
532
- # - Else: string or number, depending on parameter value type
568
+ # - Else: depending on parameter value type, could be one of string,
569
+ # number, boolean, null, list or map
533
570
  # - MapValue value:
534
571
  # - If parameter's entity type is a composite entity:
535
572
  # map from composite entity property names to property values
@@ -556,8 +593,16 @@ module Google
556
593
  extend ::Google::Protobuf::MessageExts::ClassMethods
557
594
  end
558
595
 
559
- # The result of sentiment analysis as configured by
560
- # `sentiment_analysis_request_config`.
596
+ # The result of sentiment analysis. Sentiment analysis inspects user input
597
+ # and identifies the prevailing subjective opinion, especially to determine a
598
+ # user's attitude as positive, negative, or neutral.
599
+ # For [Participants.DetectIntent][], it needs to be configured in
600
+ # {::Google::Cloud::Dialogflow::V2::DetectIntentRequest#query_params DetectIntentRequest.query_params}. For
601
+ # [Participants.StreamingDetectIntent][], it needs to be configured in
602
+ # {::Google::Cloud::Dialogflow::V2::StreamingDetectIntentRequest#query_params StreamingDetectIntentRequest.query_params}.
603
+ # And for {::Google::Cloud::Dialogflow::V2::Participants::Client#analyze_content Participants.AnalyzeContent} and
604
+ # [Participants.StreamingAnalyzeContent][google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent], it needs to be configured in
605
+ # {::Google::Cloud::Dialogflow::V2::ConversationProfile#human_agent_assistant_config ConversationProfile.human_agent_assistant_config}
561
606
  # @!attribute [rw] query_text_sentiment
562
607
  # @return [::Google::Cloud::Dialogflow::V2::Sentiment]
563
608
  # The sentiment analysis result for `query_text`.
@@ -21,13 +21,14 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- # Represents a session entity type.
24
+ # A session represents a conversation between a Dialogflow agent and an
25
+ # end-user. You can create special entities, called session entities, during a
26
+ # session. Session entities can extend or replace custom entity types and only
27
+ # exist during the session that they were created for. All session data,
28
+ # including session entities, is stored by Dialogflow for 20 minutes.
25
29
  #
26
- # Extends or replaces a custom entity type at the user session level (we
27
- # refer to the entity types defined at the agent level as "custom entity
28
- # types").
29
- #
30
- # Note: session entity types apply to all queries, regardless of the language.
30
+ # For more information, see the [session entity
31
+ # guide](https://cloud.google.com/dialogflow/docs/entities-session).
31
32
  # @!attribute [rw] name
32
33
  # @return [::String]
33
34
  # Required. The unique identifier of this session entity type. Format:
@@ -53,7 +53,7 @@ module Google
53
53
  # Not specified. This value should never be used.
54
54
  SEVERITY_UNSPECIFIED = 0
55
55
 
56
- # The agent doesn't follow Dialogflow best practicies.
56
+ # The agent doesn't follow Dialogflow best practices.
57
57
  INFO = 1
58
58
 
59
59
  # The agent may not behave as expected.
@@ -135,9 +135,9 @@ module Google
135
135
  # "caller_id": "+18558363987"
136
136
  # }
137
137
  # }</pre>
138
- # Note: The caller ID field (`caller_id`) will be redacted for Standard
138
+ # Note: The caller ID field (`caller_id`) will be redacted for Trial
139
139
  # Edition agents and populated with the caller ID in [E.164
140
- # format](https://en.wikipedia.org/wiki/E.164) for Enterprise Edition agents.
140
+ # format](https://en.wikipedia.org/wiki/E.164) for Essentials Edition agents.
141
141
  class OriginalDetectIntentRequest
142
142
  include ::Google::Protobuf::MessageExts
143
143
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -25,7 +25,7 @@ module Google
25
25
  # @return [::String]
26
26
  # The server-assigned name, which is only unique within the same service that
27
27
  # originally returns it. If you use the default HTTP mapping, the
28
- # `name` should have the format of `operations/some/unique/name`.
28
+ # `name` should be a resource name ending with `operations/{unique_id}`.
29
29
  # @!attribute [rw] metadata
30
30
  # @return [::Google::Protobuf::Any]
31
31
  # Service-specific metadata associated with the operation. It typically
@@ -35,7 +35,7 @@ module Google
35
35
  # @!attribute [rw] done
36
36
  # @return [::Boolean]
37
37
  # If the value is `false`, it means the operation is still in progress.
38
- # If true, the operation is completed, and either `error` or `response` is
38
+ # If `true`, the operation is completed, and either `error` or `response` is
39
39
  # available.
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
@@ -67,7 +67,7 @@ module Google
67
67
  # The request message for Operations.ListOperations.
68
68
  # @!attribute [rw] name
69
69
  # @return [::String]
70
- # The name of the operation collection.
70
+ # The name of the operation's parent resource.
71
71
  # @!attribute [rw] filter
72
72
  # @return [::String]
73
73
  # The standard list filter.
@@ -112,6 +112,20 @@ module Google
112
112
  extend ::Google::Protobuf::MessageExts::ClassMethods
113
113
  end
114
114
 
115
+ # The request message for Operations.WaitOperation.
116
+ # @!attribute [rw] name
117
+ # @return [::String]
118
+ # The name of the operation resource to wait on.
119
+ # @!attribute [rw] timeout
120
+ # @return [::Google::Protobuf::Duration]
121
+ # The maximum duration to wait before timing out. If left blank, the wait
122
+ # will be at most the time permitted by the underlying HTTP/RPC protocol.
123
+ # If RPC context deadline is also specified, the shorter one will be used.
124
+ class WaitOperationRequest
125
+ include ::Google::Protobuf::MessageExts
126
+ extend ::Google::Protobuf::MessageExts::ClassMethods
127
+ end
128
+
115
129
  # A message representing the message types used by a long-running operation.
116
130
  #
117
131
  # Example:
@@ -57,10 +57,13 @@ module Google
57
57
  # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
- # any, err := ptypes.MarshalAny(foo)
60
+ # any, err := anypb.New(foo)
61
+ # if err != nil {
62
+ # ...
63
+ # }
61
64
  # ...
62
65
  # foo := &pb.Foo{}
63
- # if err := ptypes.UnmarshalAny(any, foo); err != nil {
66
+ # if err := any.UnmarshalTo(foo); err != nil {
64
67
  # ...
65
68
  # }
66
69
  #
@@ -70,7 +70,16 @@ module Google
70
70
  # .setNanos((int) ((millis % 1000) * 1000000)).build();
71
71
  #
72
72
  #
73
- # Example 5: Compute Timestamp from current time in Python.
73
+ # Example 5: Compute Timestamp from Java `Instant.now()`.
74
+ #
75
+ # Instant now = Instant.now();
76
+ #
77
+ # Timestamp timestamp =
78
+ # Timestamp.newBuilder().setSeconds(now.getEpochSecond())
79
+ # .setNanos(now.getNano()).build();
80
+ #
81
+ #
82
+ # Example 6: Compute Timestamp from current time in Python.
74
83
  #
75
84
  # timestamp = Timestamp()
76
85
  # timestamp.GetCurrentTime()
@@ -19,8 +19,8 @@
19
19
 
20
20
  module Google
21
21
  module Type
22
- # An object representing a latitude/longitude pair. This is expressed as a pair
23
- # of doubles representing degrees latitude and degrees longitude. Unless
22
+ # An object that represents a latitude/longitude pair. This is expressed as a
23
+ # pair of doubles to represent degrees latitude and degrees longitude. Unless
24
24
  # specified otherwise, this must conform to the
25
25
  # <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
26
26
  # standard</a>. Values must be within normalized ranges.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.7.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: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2021-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.3'
26
+ version: '0.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.24.0
47
+ version: 1.25.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.24.0
54
+ version: 1.25.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,9 @@ description: Dialogflow is an end-to-end, build-once deploy-everywhere developme
154
154
  suite for creating conversational interfaces for websites, mobile applications,
155
155
  popular messaging platforms, and IoT devices. You can use it to build interfaces
156
156
  (such as chatbots and conversational IVR) that enable natural and rich interactions
157
- between your users and your business.
157
+ between your users and your business. Note that google-cloud-dialogflow-v2 is a
158
+ version-specific client library. For most uses, we recommend installing the main
159
+ client library google-cloud-dialogflow instead. See the readme for more details.
158
160
  email: googleapis-packages@google.com
159
161
  executables: []
160
162
  extensions: []
@@ -173,6 +175,12 @@ files:
173
175
  - lib/google/cloud/dialogflow/v2/agents/credentials.rb
174
176
  - lib/google/cloud/dialogflow/v2/agents/operations.rb
175
177
  - lib/google/cloud/dialogflow/v2/agents/paths.rb
178
+ - lib/google/cloud/dialogflow/v2/answer_record_pb.rb
179
+ - lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb
180
+ - lib/google/cloud/dialogflow/v2/answer_records.rb
181
+ - lib/google/cloud/dialogflow/v2/answer_records/client.rb
182
+ - lib/google/cloud/dialogflow/v2/answer_records/credentials.rb
183
+ - lib/google/cloud/dialogflow/v2/answer_records/paths.rb
176
184
  - lib/google/cloud/dialogflow/v2/audio_config_pb.rb
177
185
  - lib/google/cloud/dialogflow/v2/context_pb.rb
178
186
  - lib/google/cloud/dialogflow/v2/context_services_pb.rb
@@ -180,6 +188,26 @@ files:
180
188
  - lib/google/cloud/dialogflow/v2/contexts/client.rb
181
189
  - lib/google/cloud/dialogflow/v2/contexts/credentials.rb
182
190
  - lib/google/cloud/dialogflow/v2/contexts/paths.rb
191
+ - lib/google/cloud/dialogflow/v2/conversation_event_pb.rb
192
+ - lib/google/cloud/dialogflow/v2/conversation_pb.rb
193
+ - lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb
194
+ - lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb
195
+ - lib/google/cloud/dialogflow/v2/conversation_profiles.rb
196
+ - lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb
197
+ - lib/google/cloud/dialogflow/v2/conversation_profiles/credentials.rb
198
+ - lib/google/cloud/dialogflow/v2/conversation_profiles/paths.rb
199
+ - lib/google/cloud/dialogflow/v2/conversation_services_pb.rb
200
+ - lib/google/cloud/dialogflow/v2/conversations.rb
201
+ - lib/google/cloud/dialogflow/v2/conversations/client.rb
202
+ - lib/google/cloud/dialogflow/v2/conversations/credentials.rb
203
+ - lib/google/cloud/dialogflow/v2/conversations/paths.rb
204
+ - lib/google/cloud/dialogflow/v2/document_pb.rb
205
+ - lib/google/cloud/dialogflow/v2/document_services_pb.rb
206
+ - lib/google/cloud/dialogflow/v2/documents.rb
207
+ - lib/google/cloud/dialogflow/v2/documents/client.rb
208
+ - lib/google/cloud/dialogflow/v2/documents/credentials.rb
209
+ - lib/google/cloud/dialogflow/v2/documents/operations.rb
210
+ - lib/google/cloud/dialogflow/v2/documents/paths.rb
183
211
  - lib/google/cloud/dialogflow/v2/entity_type_pb.rb
184
212
  - lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb
185
213
  - lib/google/cloud/dialogflow/v2/entity_types.rb
@@ -193,6 +221,8 @@ files:
193
221
  - lib/google/cloud/dialogflow/v2/environments/client.rb
194
222
  - lib/google/cloud/dialogflow/v2/environments/credentials.rb
195
223
  - lib/google/cloud/dialogflow/v2/environments/paths.rb
224
+ - lib/google/cloud/dialogflow/v2/gcs_pb.rb
225
+ - lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb
196
226
  - lib/google/cloud/dialogflow/v2/intent_pb.rb
197
227
  - lib/google/cloud/dialogflow/v2/intent_services_pb.rb
198
228
  - lib/google/cloud/dialogflow/v2/intents.rb
@@ -200,6 +230,18 @@ files:
200
230
  - lib/google/cloud/dialogflow/v2/intents/credentials.rb
201
231
  - lib/google/cloud/dialogflow/v2/intents/operations.rb
202
232
  - lib/google/cloud/dialogflow/v2/intents/paths.rb
233
+ - lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb
234
+ - lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb
235
+ - lib/google/cloud/dialogflow/v2/knowledge_bases.rb
236
+ - lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb
237
+ - lib/google/cloud/dialogflow/v2/knowledge_bases/credentials.rb
238
+ - lib/google/cloud/dialogflow/v2/knowledge_bases/paths.rb
239
+ - lib/google/cloud/dialogflow/v2/participant_pb.rb
240
+ - lib/google/cloud/dialogflow/v2/participant_services_pb.rb
241
+ - lib/google/cloud/dialogflow/v2/participants.rb
242
+ - lib/google/cloud/dialogflow/v2/participants/client.rb
243
+ - lib/google/cloud/dialogflow/v2/participants/credentials.rb
244
+ - lib/google/cloud/dialogflow/v2/participants/paths.rb
203
245
  - lib/google/cloud/dialogflow/v2/session_entity_type_pb.rb
204
246
  - lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb
205
247
  - lib/google/cloud/dialogflow/v2/session_entity_types.rb
@@ -219,11 +261,19 @@ files:
219
261
  - proto_docs/google/api/field_behavior.rb
220
262
  - proto_docs/google/api/resource.rb
221
263
  - proto_docs/google/cloud/dialogflow/v2/agent.rb
264
+ - proto_docs/google/cloud/dialogflow/v2/answer_record.rb
222
265
  - proto_docs/google/cloud/dialogflow/v2/audio_config.rb
223
266
  - proto_docs/google/cloud/dialogflow/v2/context.rb
267
+ - proto_docs/google/cloud/dialogflow/v2/conversation.rb
268
+ - proto_docs/google/cloud/dialogflow/v2/conversation_event.rb
269
+ - proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
270
+ - proto_docs/google/cloud/dialogflow/v2/document.rb
224
271
  - proto_docs/google/cloud/dialogflow/v2/entity_type.rb
225
272
  - proto_docs/google/cloud/dialogflow/v2/environment.rb
273
+ - proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb
226
274
  - proto_docs/google/cloud/dialogflow/v2/intent.rb
275
+ - proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb
276
+ - proto_docs/google/cloud/dialogflow/v2/participant.rb
227
277
  - proto_docs/google/cloud/dialogflow/v2/session.rb
228
278
  - proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb
229
279
  - proto_docs/google/cloud/dialogflow/v2/validation_result.rb
@@ -249,14 +299,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
249
299
  requirements:
250
300
  - - ">="
251
301
  - !ruby/object:Gem::Version
252
- version: '2.4'
302
+ version: '2.5'
253
303
  required_rubygems_version: !ruby/object:Gem::Requirement
254
304
  requirements:
255
305
  - - ">="
256
306
  - !ruby/object:Gem::Version
257
307
  version: '0'
258
308
  requirements: []
259
- rubygems_version: 3.1.3
309
+ rubygems_version: 3.2.13
260
310
  signing_key:
261
311
  specification_version: 4
262
312
  summary: API Client library for the Dialogflow V2 API