Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1IntentInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1IntentInput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#intent ⇒ String
Corresponds to the JSON property
intent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1IntentInput
constructor
A new instance of GoogleCloudDialogflowCxV3beta1IntentInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1IntentInput
Returns a new instance of GoogleCloudDialogflowCxV3beta1IntentInput.
8718 8719 8720 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8718 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intent ⇒ String
Corresponds to the JSON property intent
8716 8717 8718 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8716 def intent @intent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8723 8724 8725 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8723 def update!(**args) @intent = args[:intent] if args.key?(:intent) end |