Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#followup_intent_name ⇒ String
Corresponds to the JSON property
followupIntentName. -
#parent_followup_intent_name ⇒ String
Corresponds to the JSON property
parentFollowupIntentName.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
constructor
A new instance of GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
Returns a new instance of GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo.
19017 19018 19019 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19017 def initialize(**args) update!(**args) end |
Instance Attribute Details
#followup_intent_name ⇒ String
Corresponds to the JSON property followupIntentName
19010 19011 19012 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19010 def followup_intent_name @followup_intent_name end |
#parent_followup_intent_name ⇒ String
Corresponds to the JSON property parentFollowupIntentName
19015 19016 19017 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19015 def parent_followup_intent_name @parent_followup_intent_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19022 19023 19024 19025 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19022 def update!(**args) @followup_intent_name = args[:followup_intent_name] if args.key?(:followup_intent_name) @parent_followup_intent_name = args[:parent_followup_intent_name] if args.key?(:parent_followup_intent_name) end |