lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.9.0 vs lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.10.0
- old
+ new
@@ -33,14 +33,17 @@
# @return [Google::Cloud::Dialogflow::V2::Intent::WebhookState]
# Optional. Indicates whether webhooks are enabled for the intent.
# @!attribute [rw] priority
# @return [Integer]
# Optional. The priority of this intent. Higher numbers represent higher
- # priorities. If this is zero or unspecified, we use the default
- # priority 500000.
+ # priorities.
#
- # Negative numbers mean that the intent is disabled.
+ # * If the supplied value is unspecified or 0, the service
+ # translates the value to 500,000, which corresponds to the
+ # `Normal` priority in the console.
+ # * If the supplied value is negative, the intent is ignored
+ # in runtime detect intent requests.
# @!attribute [rw] is_fallback
# @return [true, false]
# Optional. Indicates whether this is a fallback intent.
# @!attribute [rw] ml_disabled
# @return [true, false]
@@ -399,9 +402,12 @@
# @return [String]
# Optional. The overall title of the list.
# @!attribute [rw] items
# @return [Array<Google::Cloud::Dialogflow::V2::Intent::Message::ListSelect::Item>]
# Required. List items.
+ # @!attribute [rw] subtitle
+ # @return [String]
+ # Optional. Subtitle of the list.
class ListSelect
# An item in the list.
# @!attribute [rw] info
# @return [Google::Cloud::Dialogflow::V2::Intent::Message::SelectItemInfo]
# Required. Additional information about this option.
\ No newline at end of file