lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.11.1 vs lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-0.12.0
- old
+ new
@@ -100,11 +100,12 @@
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @!attribute [rw] parent_followup_intent_name
# @return [String]
# Read-only after creation. The unique identifier of the parent intent in the
# chain of followup intents. You can set this field when creating an intent,
- # for example with {CreateIntent} or {BatchUpdateIntents}, in order to
- # make this intent a followup intent.
+ # for example with {Google::Cloud::Dialogflow::V2::Intents::CreateIntent CreateIntent} or
+ # {Google::Cloud::Dialogflow::V2::Intents::BatchUpdateIntents BatchUpdateIntents}, in order to make this
+ # intent a followup intent.
#
# It identifies the parent followup intent.
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @!attribute [rw] followup_intent_info
# @return [Array<Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo>]
\ No newline at end of file