Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1IntentInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1IntentInput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/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.
11292 11293 11294 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11292 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intent ⇒ String
Corresponds to the JSON property intent
11290 11291 11292 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11290 def intent @intent end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11297 11298 11299 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 11297 def update!(**args) @intent = args[:intent] if args.key?(:intent) end |