google-cloud-dialogflow-cx-v3 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/dialogflow/cx/v3/agent_pb.rb +6 -1
  3. data/lib/google/cloud/dialogflow/cx/v3/agent_services_pb.rb +4 -0
  4. data/lib/google/cloud/dialogflow/cx/v3/agents/client.rb +200 -1
  5. data/lib/google/cloud/dialogflow/cx/v3/agents/operations.rb +10 -1
  6. data/lib/google/cloud/dialogflow/cx/v3/agents/paths.rb +19 -0
  7. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/client.rb +338 -0
  8. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/operations.rb +75 -0
  9. data/lib/google/cloud/dialogflow/cx/v3/agents/rest/service_stub.rb +119 -0
  10. data/lib/google/cloud/dialogflow/cx/v3/changelogs/client.rb +10 -1
  11. data/lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb +36 -0
  12. data/lib/google/cloud/dialogflow/cx/v3/data_store_connection_pb.rb +45 -0
  13. data/lib/google/cloud/dialogflow/cx/v3/deployments/client.rb +10 -1
  14. data/lib/google/cloud/dialogflow/cx/v3/deployments/rest/client.rb +36 -0
  15. data/lib/google/cloud/dialogflow/cx/v3/entity_types/client.rb +10 -1
  16. data/lib/google/cloud/dialogflow/cx/v3/entity_types/rest/client.rb +84 -0
  17. data/lib/google/cloud/dialogflow/cx/v3/environments/client.rb +10 -1
  18. data/lib/google/cloud/dialogflow/cx/v3/environments/operations.rb +10 -1
  19. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/client.rb +184 -0
  20. data/lib/google/cloud/dialogflow/cx/v3/environments/rest/operations.rb +75 -0
  21. data/lib/google/cloud/dialogflow/cx/v3/experiments/client.rb +10 -1
  22. data/lib/google/cloud/dialogflow/cx/v3/experiments/rest/client.rb +116 -0
  23. data/lib/google/cloud/dialogflow/cx/v3/flow_pb.rb +1 -1
  24. data/lib/google/cloud/dialogflow/cx/v3/flows/client.rb +10 -1
  25. data/lib/google/cloud/dialogflow/cx/v3/flows/operations.rb +10 -1
  26. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/client.rb +185 -0
  27. data/lib/google/cloud/dialogflow/cx/v3/flows/rest/operations.rb +75 -0
  28. data/lib/google/cloud/dialogflow/cx/v3/generative_settings_pb.rb +51 -0
  29. data/lib/google/cloud/dialogflow/cx/v3/import_strategy_pb.rb +2 -2
  30. data/lib/google/cloud/dialogflow/cx/v3/intents/client.rb +10 -1
  31. data/lib/google/cloud/dialogflow/cx/v3/intents/rest/client.rb +84 -0
  32. data/lib/google/cloud/dialogflow/cx/v3/page_pb.rb +4 -1
  33. data/lib/google/cloud/dialogflow/cx/v3/pages/client.rb +10 -1
  34. data/lib/google/cloud/dialogflow/cx/v3/pages/rest/client.rb +84 -0
  35. data/lib/google/cloud/dialogflow/cx/v3/response_message_pb.rb +2 -1
  36. data/lib/google/cloud/dialogflow/cx/v3/safety_settings_pb.rb +47 -0
  37. data/lib/google/cloud/dialogflow/cx/v3/security_settings_pb.rb +2 -1
  38. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb +10 -1
  39. data/lib/google/cloud/dialogflow/cx/v3/security_settings_service/rest/client.rb +84 -0
  40. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/client.rb +10 -1
  41. data/lib/google/cloud/dialogflow/cx/v3/session_entity_types/rest/client.rb +84 -0
  42. data/lib/google/cloud/dialogflow/cx/v3/session_pb.rb +1 -1
  43. data/lib/google/cloud/dialogflow/cx/v3/sessions/client.rb +10 -1
  44. data/lib/google/cloud/dialogflow/cx/v3/sessions/rest/client.rb +48 -0
  45. data/lib/google/cloud/dialogflow/cx/v3/test_cases/client.rb +10 -1
  46. data/lib/google/cloud/dialogflow/cx/v3/test_cases/operations.rb +10 -1
  47. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/client.rb +228 -0
  48. data/lib/google/cloud/dialogflow/cx/v3/test_cases/rest/operations.rb +75 -0
  49. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/client.rb +10 -1
  50. data/lib/google/cloud/dialogflow/cx/v3/transition_route_groups/rest/client.rb +84 -0
  51. data/lib/google/cloud/dialogflow/cx/v3/validation_message_pb.rb +1 -1
  52. data/lib/google/cloud/dialogflow/cx/v3/version.rb +1 -1
  53. data/lib/google/cloud/dialogflow/cx/v3/versions/client.rb +10 -1
  54. data/lib/google/cloud/dialogflow/cx/v3/versions/operations.rb +10 -1
  55. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/client.rb +130 -0
  56. data/lib/google/cloud/dialogflow/cx/v3/versions/rest/operations.rb +75 -0
  57. data/lib/google/cloud/dialogflow/cx/v3/webhooks/client.rb +10 -1
  58. data/lib/google/cloud/dialogflow/cx/v3/webhooks/rest/client.rb +84 -0
  59. data/proto_docs/google/api/field_behavior.rb +14 -0
  60. data/proto_docs/google/cloud/dialogflow/cx/v3/agent.rb +44 -0
  61. data/proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb +61 -0
  62. data/proto_docs/google/cloud/dialogflow/cx/v3/flow.rb +3 -0
  63. data/proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb +109 -0
  64. data/proto_docs/google/cloud/dialogflow/cx/v3/import_strategy.rb +1 -1
  65. data/proto_docs/google/cloud/dialogflow/cx/v3/page.rb +44 -2
  66. data/proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb +14 -0
  67. data/proto_docs/google/cloud/dialogflow/cx/v3/safety_settings.rb +49 -0
  68. data/proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb +17 -2
  69. data/proto_docs/google/cloud/dialogflow/cx/v3/session.rb +4 -1
  70. data/proto_docs/google/cloud/dialogflow/cx/v3/validation_message.rb +3 -0
  71. metadata +11 -5
@@ -0,0 +1,109 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module Dialogflow
23
+ module CX
24
+ module V3
25
+ # Settings for Generative AI.
26
+ # @!attribute [rw] name
27
+ # @return [::String]
28
+ # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
29
+ # ID>/generativeSettings`.
30
+ # @!attribute [rw] fallback_settings
31
+ # @return [::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings::FallbackSettings]
32
+ # Settings for Generative Fallback.
33
+ # @!attribute [rw] generative_safety_settings
34
+ # @return [::Google::Cloud::Dialogflow::CX::V3::SafetySettings]
35
+ # Settings for Generative Safety.
36
+ # @!attribute [rw] knowledge_connector_settings
37
+ # @return [::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings::KnowledgeConnectorSettings]
38
+ # Settings for knowledge connector.
39
+ # @!attribute [rw] language_code
40
+ # @return [::String]
41
+ # Language for this settings.
42
+ class GenerativeSettings
43
+ include ::Google::Protobuf::MessageExts
44
+ extend ::Google::Protobuf::MessageExts::ClassMethods
45
+
46
+ # Settings for Generative Fallback.
47
+ # @!attribute [rw] selected_prompt
48
+ # @return [::String]
49
+ # Display name of the selected prompt.
50
+ # @!attribute [rw] prompt_templates
51
+ # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::GenerativeSettings::FallbackSettings::PromptTemplate>]
52
+ # Stored prompts that can be selected, for example default templates like
53
+ # "conservative" or "chatty", or user defined ones.
54
+ class FallbackSettings
55
+ include ::Google::Protobuf::MessageExts
56
+ extend ::Google::Protobuf::MessageExts::ClassMethods
57
+
58
+ # Prompt template.
59
+ # @!attribute [rw] display_name
60
+ # @return [::String]
61
+ # Prompt name.
62
+ # @!attribute [rw] prompt_text
63
+ # @return [::String]
64
+ # Prompt text that is sent to a LLM on no-match default, placeholders are
65
+ # filled downstream. For example: "Here is a conversation $conversation,
66
+ # a response is: "
67
+ # @!attribute [rw] frozen
68
+ # @return [::Boolean]
69
+ # If the flag is true, the prompt is frozen and cannot be modified by
70
+ # users.
71
+ class PromptTemplate
72
+ include ::Google::Protobuf::MessageExts
73
+ extend ::Google::Protobuf::MessageExts::ClassMethods
74
+ end
75
+ end
76
+
77
+ # Settings for knowledge connector. These parameters are used for LLM prompt
78
+ # like "You are <agent>. You are a helpful and verbose <agent_identity> at
79
+ # <business>, <business_description>. Your task is to help humans on
80
+ # <agent_scope>".
81
+ # @!attribute [rw] business
82
+ # @return [::String]
83
+ # Name of the company, organization or other entity that the agent
84
+ # represents. Used for knowledge connector LLM prompt and for knowledge
85
+ # search.
86
+ # @!attribute [rw] agent
87
+ # @return [::String]
88
+ # Name of the virtual agent. Used for LLM prompt. Can be left empty.
89
+ # @!attribute [rw] agent_identity
90
+ # @return [::String]
91
+ # Identity of the agent, e.g. "virtual agent", "AI assistant".
92
+ # @!attribute [rw] business_description
93
+ # @return [::String]
94
+ # Company description, used for LLM prompt, e.g. "a family company selling
95
+ # freshly roasted coffee beans".
96
+ # @!attribute [rw] agent_scope
97
+ # @return [::String]
98
+ # Agent scope, e.g. "Example company website", "internal Example
99
+ # company website for employees", "manual of car owner".
100
+ class KnowledgeConnectorSettings
101
+ include ::Google::Protobuf::MessageExts
102
+ extend ::Google::Protobuf::MessageExts::ClassMethods
103
+ end
104
+ end
105
+ end
106
+ end
107
+ end
108
+ end
109
+ end
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
- module Cx
23
+ module CX
24
24
  module V3
25
25
  # Import strategies for the conflict resolution of resources (i.e. intents,
26
26
  # entities, and webhooks) with identical display names during import
@@ -61,8 +61,10 @@ module Google
61
61
  # @return [::Array<::String>]
62
62
  # Ordered list of
63
63
  # {::Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroup `TransitionRouteGroups`}
64
- # associated with the page. Transition route groups must be unique within a
65
- # page.
64
+ # added to the page. Transition route groups must be unique within a page. If
65
+ # the page links both flow-level transition route groups and agent-level
66
+ # transition route groups, the flow-level ones will have higher priority and
67
+ # will be put before the agent-level ones.
66
68
  #
67
69
  # * If multiple transition routes within a page scope refer to the same
68
70
  # intent, then the precedence order is: page's transition route -> page's
@@ -104,6 +106,9 @@ module Google
104
106
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::EventHandler>]
105
107
  # Handlers associated with the page to handle events such as webhook errors,
106
108
  # no match or no input.
109
+ # @!attribute [rw] knowledge_connector_settings
110
+ # @return [::Google::Cloud::Dialogflow::CX::V3::KnowledgeConnectorSettings]
111
+ # Optional. Knowledge connector configuration.
107
112
  class Page
108
113
  include ::Google::Protobuf::MessageExts
109
114
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -270,6 +275,10 @@ module Google
270
275
  # @!attribute [r] name
271
276
  # @return [::String]
272
277
  # Output only. The unique identifier of this transition route.
278
+ # @!attribute [rw] description
279
+ # @return [::String]
280
+ # Optional. The description of the transition route. The maximum length is
281
+ # 500 characters.
273
282
  # @!attribute [rw] intent
274
283
  # @return [::String]
275
284
  # The unique identifier of an {::Google::Cloud::Dialogflow::CX::V3::Intent Intent}.
@@ -499,6 +508,39 @@ module Google
499
508
  include ::Google::Protobuf::MessageExts
500
509
  extend ::Google::Protobuf::MessageExts::ClassMethods
501
510
  end
511
+
512
+ # The Knowledge Connector settings for this page or flow.
513
+ # This includes information such as the attached Knowledge Bases, and the way
514
+ # to execute fulfillment.
515
+ # @!attribute [rw] enabled
516
+ # @return [::Boolean]
517
+ # Whether Knowledge Connector is enabled or not.
518
+ # @!attribute [rw] trigger_fulfillment
519
+ # @return [::Google::Cloud::Dialogflow::CX::V3::Fulfillment]
520
+ # The fulfillment to be triggered.
521
+ #
522
+ # When the answers from the Knowledge Connector are selected by Dialogflow,
523
+ # you can utitlize the request scoped parameter `$request.knowledge.answers`
524
+ # (contains up to the 5 highest confidence answers) and
525
+ # `$request.knowledge.questions` (contains the corresponding questions) to
526
+ # construct the fulfillment.
527
+ # @!attribute [rw] target_page
528
+ # @return [::String]
529
+ # The target page to transition to.
530
+ # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
531
+ # ID>/flows/<Flow ID>/pages/<Page ID>`.
532
+ # @!attribute [rw] target_flow
533
+ # @return [::String]
534
+ # The target flow to transition to.
535
+ # Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
536
+ # ID>/flows/<Flow ID>`.
537
+ # @!attribute [rw] data_store_connections
538
+ # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::DataStoreConnection>]
539
+ # Optional. List of related data store connections.
540
+ class KnowledgeConnectorSettings
541
+ include ::Google::Protobuf::MessageExts
542
+ extend ::Google::Protobuf::MessageExts::ClassMethods
543
+ end
502
544
  end
503
545
  end
504
546
  end
@@ -81,6 +81,10 @@ module Google
81
81
  # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::TelephonyTransferCall]
82
82
  # A signal that the client should transfer the phone call connected to
83
83
  # this agent to a third-party endpoint.
84
+ # @!attribute [rw] knowledge_info_card
85
+ # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::KnowledgeInfoCard]
86
+ # Represents info card for knowledge answers, to be better rendered in
87
+ # Dialogflow Messenger.
84
88
  # @!attribute [rw] response_type
85
89
  # @return [::Google::Cloud::Dialogflow::CX::V3::ResponseMessage::ResponseType]
86
90
  # Response type.
@@ -242,6 +246,16 @@ module Google
242
246
  extend ::Google::Protobuf::MessageExts::ClassMethods
243
247
  end
244
248
 
249
+ # Represents info card response. If the response contains generative
250
+ # knowledge prediction, Dialogflow will return a payload with Infobot
251
+ # Messenger compatible info card.
252
+ #
253
+ # Otherwise, the info card response is skipped.
254
+ class KnowledgeInfoCard
255
+ include ::Google::Protobuf::MessageExts
256
+ extend ::Google::Protobuf::MessageExts::ClassMethods
257
+ end
258
+
245
259
  # Represents different response types.
246
260
  module ResponseType
247
261
  # Not specified.
@@ -0,0 +1,49 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module Dialogflow
23
+ module CX
24
+ module V3
25
+ # Settings for Generative Safety.
26
+ # @!attribute [rw] banned_phrases
27
+ # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::SafetySettings::Phrase>]
28
+ # Banned phrases for generated text.
29
+ class SafetySettings
30
+ include ::Google::Protobuf::MessageExts
31
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32
+
33
+ # Text input which can be used for prompt or banned phrases.
34
+ # @!attribute [rw] text
35
+ # @return [::String]
36
+ # Required. Text input which can be used for prompt or banned phrases.
37
+ # @!attribute [rw] language_code
38
+ # @return [::String]
39
+ # Required. Language code of the phrase.
40
+ class Phrase
41
+ include ::Google::Protobuf::MessageExts
42
+ extend ::Google::Protobuf::MessageExts::ClassMethods
43
+ end
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+ end
@@ -174,6 +174,10 @@ module Google
174
174
  # for Agent Assist traffic), higher value will be ignored and use default.
175
175
  # Setting a value higher than that has no effect. A missing value or
176
176
  # setting to 0 also means we use default TTL.
177
+ # @!attribute [rw] retention_strategy
178
+ # @return [::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::RetentionStrategy]
179
+ # Specifies the retention behavior defined by
180
+ # {::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::RetentionStrategy SecuritySettings.RetentionStrategy}.
177
181
  # @!attribute [rw] purge_data_types
178
182
  # @return [::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::PurgeDataType>]
179
183
  # List of types of data to remove when retention settings triggers purge.
@@ -184,7 +188,7 @@ module Google
184
188
  # [Participants.StreamingAnalyzeContent][].
185
189
  #
186
190
  # If
187
- # [retention_strategy][google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]
191
+ # {::Google::Cloud::Dialogflow::CX::V3::SecuritySettings#retention_strategy retention_strategy}
188
192
  # is set to REMOVE_AFTER_CONVERSATION or [audio_export_settings.gcs_bucket][]
189
193
  # is empty, audio export is disabled.
190
194
  #
@@ -202,7 +206,7 @@ module Google
202
206
  # completed.
203
207
  #
204
208
  # If
205
- # [retention_strategy][google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]
209
+ # {::Google::Cloud::Dialogflow::CX::V3::SecuritySettings#retention_strategy retention_strategy}
206
210
  # is set to REMOVE_AFTER_CONVERSATION, Insights export is disabled no matter
207
211
  # what you configure here.
208
212
  class SecuritySettings
@@ -279,6 +283,17 @@ module Google
279
283
  REDACT_DISK_STORAGE = 2
280
284
  end
281
285
 
286
+ # Defines how long we retain persisted data that contains sensitive info.
287
+ module RetentionStrategy
288
+ # Retains the persisted data with Dialogflow's internal default 365d TTLs.
289
+ RETENTION_STRATEGY_UNSPECIFIED = 0
290
+
291
+ # Removes data when the conversation ends. If there is no [Conversation][]
292
+ # explicitly established, a default conversation ends when the
293
+ # corresponding Dialogflow session ends.
294
+ REMOVE_AFTER_CONVERSATION = 1
295
+ end
296
+
282
297
  # Type of data we purge after retention settings triggers purge.
283
298
  module PurgeDataType
284
299
  # Unspecified. Do not use.
@@ -234,7 +234,10 @@ module Google
234
234
  # beginning of the stream.
235
235
  # @!attribute [rw] no_speech_timeout
236
236
  # @return [::Google::Protobuf::Duration]
237
- # No speech timeout settings observed at runtime.
237
+ # No speech timeout settings for the stream.
238
+ # @!attribute [rw] endpointing_timeout
239
+ # @return [::Google::Protobuf::Duration]
240
+ # Speech endpointing timeout settings for the stream.
238
241
  # @!attribute [rw] is_input_text
239
242
  # @return [::Boolean]
240
243
  # Whether the streaming terminates with an injected text query.
@@ -85,6 +85,9 @@ module Google
85
85
 
86
86
  # Transition route group.
87
87
  TRANSITION_ROUTE_GROUP = 7
88
+
89
+ # Agent transition route group.
90
+ AGENT_TRANSITION_ROUTE_GROUP = 14
88
91
  end
89
92
 
90
93
  # Severity level.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2023-08-15 00:00:00.000000000 Z
11
+ date: 2023-09-12 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.19.1
19
+ version: 0.20.0
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.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -219,6 +219,7 @@ files:
219
219
  - lib/google/cloud/dialogflow/cx/v3/changelogs/rest.rb
220
220
  - lib/google/cloud/dialogflow/cx/v3/changelogs/rest/client.rb
221
221
  - lib/google/cloud/dialogflow/cx/v3/changelogs/rest/service_stub.rb
222
+ - lib/google/cloud/dialogflow/cx/v3/data_store_connection_pb.rb
222
223
  - lib/google/cloud/dialogflow/cx/v3/deployment_pb.rb
223
224
  - lib/google/cloud/dialogflow/cx/v3/deployment_services_pb.rb
224
225
  - lib/google/cloud/dialogflow/cx/v3/deployments.rb
@@ -270,6 +271,7 @@ files:
270
271
  - lib/google/cloud/dialogflow/cx/v3/flows/rest/service_stub.rb
271
272
  - lib/google/cloud/dialogflow/cx/v3/fulfillment_pb.rb
272
273
  - lib/google/cloud/dialogflow/cx/v3/gcs_pb.rb
274
+ - lib/google/cloud/dialogflow/cx/v3/generative_settings_pb.rb
273
275
  - lib/google/cloud/dialogflow/cx/v3/import_strategy_pb.rb
274
276
  - lib/google/cloud/dialogflow/cx/v3/intent_pb.rb
275
277
  - lib/google/cloud/dialogflow/cx/v3/intent_services_pb.rb
@@ -291,6 +293,7 @@ files:
291
293
  - lib/google/cloud/dialogflow/cx/v3/pages/rest/service_stub.rb
292
294
  - lib/google/cloud/dialogflow/cx/v3/response_message_pb.rb
293
295
  - lib/google/cloud/dialogflow/cx/v3/rest.rb
296
+ - lib/google/cloud/dialogflow/cx/v3/safety_settings_pb.rb
294
297
  - lib/google/cloud/dialogflow/cx/v3/security_settings_pb.rb
295
298
  - lib/google/cloud/dialogflow/cx/v3/security_settings_service.rb
296
299
  - lib/google/cloud/dialogflow/cx/v3/security_settings_service/client.rb
@@ -369,6 +372,7 @@ files:
369
372
  - proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
370
373
  - proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb
371
374
  - proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb
375
+ - proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
372
376
  - proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb
373
377
  - proto_docs/google/cloud/dialogflow/cx/v3/entity_type.rb
374
378
  - proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
@@ -376,10 +380,12 @@ files:
376
380
  - proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
377
381
  - proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb
378
382
  - proto_docs/google/cloud/dialogflow/cx/v3/gcs.rb
383
+ - proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb
379
384
  - proto_docs/google/cloud/dialogflow/cx/v3/import_strategy.rb
380
385
  - proto_docs/google/cloud/dialogflow/cx/v3/intent.rb
381
386
  - proto_docs/google/cloud/dialogflow/cx/v3/page.rb
382
387
  - proto_docs/google/cloud/dialogflow/cx/v3/response_message.rb
388
+ - proto_docs/google/cloud/dialogflow/cx/v3/safety_settings.rb
383
389
  - proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb
384
390
  - proto_docs/google/cloud/dialogflow/cx/v3/session.rb
385
391
  - proto_docs/google/cloud/dialogflow/cx/v3/session_entity_type.rb
@@ -416,7 +422,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
422
  - !ruby/object:Gem::Version
417
423
  version: '0'
418
424
  requirements: []
419
- rubygems_version: 3.4.2
425
+ rubygems_version: 3.4.19
420
426
  signing_key:
421
427
  specification_version: 4
422
428
  summary: Builds conversational interfaces (for example, chatbots, and voice-powered