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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

Represents a single followup intent in the chain.

Instance Attribute Summary collapse

Instance Attribute Details

#followup_intent_name::String

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>.



826
827
828
829
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 826

class FollowupIntentInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent_followup_intent_name::String

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

Returns:

  • (::String)

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



826
827
828
829
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 826

class FollowupIntentInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end