Class: Google::Cloud::Dialogflow::CX::V3::RestorePlaybookVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RestorePlaybookVersionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb
Overview
The response message for Playbooks.RestorePlaybookVersion.
Instance Attribute Summary collapse
-
#playbook ⇒ ::Google::Cloud::Dialogflow::CX::V3::Playbook
The updated playbook.
Instance Attribute Details
#playbook ⇒ ::Google::Cloud::Dialogflow::CX::V3::Playbook
Returns The updated playbook.
295 296 297 298 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 295 class RestorePlaybookVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |