lib/google/cloud/dialogflow/cx/v3/sessions/client.rb in google-cloud-dialogflow-cx-v3-0.13.0 vs lib/google/cloud/dialogflow/cx/v3/sessions/client.rb in google-cloud-dialogflow-cx-v3-0.14.0
- old
+ new
@@ -383,11 +383,11 @@
# A request object representing the call parameters. Required. To specify no
# parameters, or to keep all the default parameter values, pass an empty Hash.
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
- # @overload match_intent(session: nil, query_params: nil, query_input: nil)
+ # @overload match_intent(session: nil, query_params: nil, query_input: nil, persist_parameter_changes: nil)
# Pass arguments to `match_intent` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param session [::String]
@@ -405,9 +405,11 @@
# guide](https://cloud.google.com/dialogflow/cx/docs/concept/session).
# @param query_params [::Google::Cloud::Dialogflow::CX::V3::QueryParameters, ::Hash]
# The parameters of this query.
# @param query_input [::Google::Cloud::Dialogflow::CX::V3::QueryInput, ::Hash]
# Required. The input specification.
+ # @param persist_parameter_changes [::Boolean]
+ # Persist session parameter changes from `query_params`.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Dialogflow::CX::V3::MatchIntentResponse]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#