Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Intent::FollowupIntentInfo.
Represents a single followup intent in the chain.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#followup_intent_name
def followup_intent_name() -> ::String
Returns
-
(::String) — The unique identifier of the followup intent.
Format:
projects/<Project ID>/agent/intents/<Intent ID>
.
#followup_intent_name=
def followup_intent_name=(value) -> ::String
Parameter
-
value (::String) — 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>
.
#parent_followup_intent_name
def parent_followup_intent_name() -> ::String
Returns
-
(::String) — The unique identifier of the followup intent's parent.
Format:
projects/<Project ID>/agent/intents/<Intent ID>
.
#parent_followup_intent_name=
def parent_followup_intent_name=(value) -> ::String
Parameter
-
value (::String) — 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>
.