Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput
- 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
-
#action_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property
actionParameters. -
#preceding_conversation_summary ⇒ String
Corresponds to the JSON property
precedingConversationSummary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookInput
constructor
A new instance of GoogleCloudDialogflowCxV3beta1PlaybookInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookInput
Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookInput.
10329 10330 10331 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property actionParameters
10322 10323 10324 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10322 def action_parameters @action_parameters end |
#preceding_conversation_summary ⇒ String
Corresponds to the JSON property precedingConversationSummary
10327 10328 10329 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10327 def preceding_conversation_summary @preceding_conversation_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10334 10335 10336 10337 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10334 def update!(**args) @action_parameters = args[:action_parameters] if args.key?(:action_parameters) @preceding_conversation_summary = args[:preceding_conversation_summary] if args.key?(:preceding_conversation_summary) end |