Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
- 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
-
#playbook ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook
Corresponds to the JSON property
playbook.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
constructor
A new instance of GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse
Returns a new instance of GoogleCloudDialogflowCxV3RestorePlaybookVersionResponse.
6859 6860 6861 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6859 def initialize(**args) update!(**args) end |
Instance Attribute Details
#playbook ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook
Corresponds to the JSON property playbook
6857 6858 6859 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6857 def playbook @playbook end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6864 6865 6866 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6864 def update!(**args) @playbook = args[:playbook] if args.key?(:playbook) end |