proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.16.0 vs proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.17.0
- old
+ new
@@ -249,11 +249,12 @@
# - `true` if all required parameter values have been collected, or if the
# matched intent doesn't contain any required parameters.
# @!attribute [rw] cancels_slot_filling
# @return [::Boolean]
# Indicates whether the conversational query triggers a cancellation for slot
- # filling.
+ # filling. For more information, see the [cancel slot filling
+ # documentation](https://cloud.google.com/dialogflow/es/docs/intents-actions-parameters#cancel).
# @!attribute [rw] fulfillment_text
# @return [::String]
# The text to be pronounced to the user or shown on the screen.
# Note: This is a legacy field, `fulfillment_messages` should be preferred.
# @!attribute [rw] fulfillment_messages
@@ -539,9 +540,12 @@
# set to `true`, and is not used otherwise.
END_OF_SINGLE_UTTERANCE = 2
end
end
+ # ============================================================================
+ # Auxiliary proto messages.
+ #
# Represents the natural language text to be processed.
# @!attribute [rw] text
# @return [::String]
# Required. The UTF-8 encoded natural language text to be processed.
# Text length must not exceed 256 characters.