Class: Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

Represents a single followup intent in the chain.

Instance Attribute Summary collapse

Instance Attribute Details

#followup_intent_nameString

Returns The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns:

  • (String)

    The unique identifier of the followup intent. Format: projects/<Project ID>/agent/intents/<Intent ID>.



525
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 525

class FollowupIntentInfo; end

#parent_followup_intent_nameString

Returns The unique identifier of the followup intent parent. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns:

  • (String)

    The unique identifier of the followup intent parent. Format: projects/<Project ID>/agent/intents/<Intent ID>.



525
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 525

class FollowupIntentInfo; end