proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.8.1 vs proto_docs/google/cloud/dialogflow/v2/session.rb in google-cloud-dialogflow-v2-0.9.0

- old
+ new

@@ -246,9 +246,13 @@ # # - `false` if the matched intent has required parameters and not all of # the required parameter values have been collected. # - `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. # @!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