google-cloud-dialogflow-cx-v3 0.13.0 → 0.14.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: f75d553b85de288ebbab597ebb3cd13665ea1960c11153b46836609c70c54906
4
- data.tar.gz: 62190435f98b5d5662c205d17eb88f610ede2f3374a201c8d3be83a161367d4f
3
+ metadata.gz: 90f5e461c1865448aeb52d03e2294ed44bb1d5cfd4dc9445f3a97438fa1d016a
4
+ data.tar.gz: c29af2770e93e85f3e4a5b8857b90672e09f6df9c222b98260976faf86aff5ea
5
5
  SHA512:
6
- metadata.gz: 552563d02aa575013557eabd0fe6d0ff6927d65c222ffd5e891cc99886a654597f581b67cc8e0021bcb2d8da8f37bc531782cfc1db3913fe82b7e148f4dd1053
7
- data.tar.gz: 79a8901a888ed39fcf64a2e4d14e6bfbf9b29463b53a2b0b4510a159a370b1ac52bb64af45a68d2981d480e50f9266b8ad30e84f722d92c0f239edb5d401d3a9
6
+ metadata.gz: 339674e0d4782d54a12229367dbdfb4a755d3a6d413891fac2b46318c0d5305535e2d3394ab8f6f468c281aa1ea2c9a274c6716affbdcc9bbc1c9dc11cfcf474
7
+ data.tar.gz: e27f3e65e6608e1d10617f30fc3431c667cf9ec0fd20f894e8c6a479a9d3f793bcb8300a7ac4f23a59e78cdde5c74a77ba9ef6006398d6e3686068d799b887ea
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Dialogflow CX V3 API
2
2
 
3
- API Client library for the Dialogflow CX V3 API
3
+ Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
4
4
 
5
5
  Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. This client is for Dialogflow CX, providing an advanced agent type suitable for large or very complex agents.
6
6
 
@@ -147,6 +147,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
147
147
  optional :session, :string, 1
148
148
  optional :query_params, :message, 2, "google.cloud.dialogflow.cx.v3.QueryParameters"
149
149
  optional :query_input, :message, 3, "google.cloud.dialogflow.cx.v3.QueryInput"
150
+ optional :persist_parameter_changes, :bool, 5
150
151
  end
151
152
  add_message "google.cloud.dialogflow.cx.v3.MatchIntentResponse" do
152
153
  repeated :matches, :message, 4, "google.cloud.dialogflow.cx.v3.Match"
@@ -385,7 +385,7 @@ module Google
385
385
  # @param options [::Gapic::CallOptions, ::Hash]
386
386
  # Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
387
387
  #
388
- # @overload match_intent(session: nil, query_params: nil, query_input: nil)
388
+ # @overload match_intent(session: nil, query_params: nil, query_input: nil, persist_parameter_changes: nil)
389
389
  # Pass arguments to `match_intent` via keyword arguments. Note that at
390
390
  # least one keyword argument is required. To specify no parameters, or to keep all
391
391
  # the default parameter values, pass an empty Hash as a request object (see above).
@@ -407,6 +407,8 @@ module Google
407
407
  # The parameters of this query.
408
408
  # @param query_input [::Google::Cloud::Dialogflow::CX::V3::QueryInput, ::Hash]
409
409
  # Required. The input specification.
410
+ # @param persist_parameter_changes [::Boolean]
411
+ # Persist session parameter changes from `query_params`.
410
412
  #
411
413
  # @yield [response, operation] Access the result along with the RPC operation
412
414
  # @yieldparam response [::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse]
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.13.0"
25
+ VERSION = "0.14.0"
26
26
  end
27
27
  end
28
28
  end
@@ -758,6 +758,9 @@ module Google
758
758
  # @!attribute [rw] query_input
759
759
  # @return [::Google::Cloud::Dialogflow::CX::V3::QueryInput]
760
760
  # Required. The input specification.
761
+ # @!attribute [rw] persist_parameter_changes
762
+ # @return [::Boolean]
763
+ # Persist session parameter changes from `query_params`.
761
764
  class MatchIntentRequest
762
765
  include ::Google::Protobuf::MessageExts
763
766
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.13.0
4
+ version: 0.14.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-02-23 00:00:00.000000000 Z
11
+ date: 2023-02-28 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.17.1
19
+ version: 0.18.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.17.1
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -362,5 +362,6 @@ requirements: []
362
362
  rubygems_version: 3.4.2
363
363
  signing_key:
364
364
  specification_version: 4
365
- summary: API Client library for the Dialogflow CX V3 API
365
+ summary: Builds conversational interfaces (for example, chatbots, and voice-powered
366
+ apps and devices).
366
367
  test_files: []