lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.3.0 vs lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.4.0
- old
+ new
@@ -84,12 +84,12 @@
# @return [Array<Google::Cloud::Dialogflow::V2::Intent::Message>]
# Optional. The collection of rich messages corresponding to the
# `Response` field in the Dialogflow console.
# @!attribute [rw] default_response_platforms
# @return [Array<Google::Cloud::Dialogflow::V2::Intent::Message::Platform>]
- # Optional. The list of platforms for which the first response will be
- # taken from among the messages assigned to the DEFAULT_PLATFORM.
+ # Optional. The list of platforms for which the first responses will be
+ # copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
# @!attribute [rw] root_followup_intent_name
# @return [String]
# Read-only. The unique identifier of the root intent in the chain of
# followup intents. It identifies the correct followup intents chain for
# this intent. We populate this field only in the output.
@@ -537,9 +537,12 @@
# },
# "intent": "actions.intent.OPTION"
# }
# }</pre>
ACTIONS_ON_GOOGLE = 8
+
+ # Google Hangouts.
+ GOOGLE_HANGOUTS = 11
end
end
# Represents a single followup intent in the chain.
# @!attribute [rw] followup_intent_name
\ No newline at end of file