Class: Google::Cloud::Dialogflow::CX::V3::RestoreToolVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RestoreToolVersionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/tool.rb
Overview
The response message for Tools.RestoreToolVersion.
Instance Attribute Summary collapse
-
#tool ⇒ ::Google::Cloud::Dialogflow::CX::V3::Tool
The updated tool.
Instance Attribute Details
#tool ⇒ ::Google::Cloud::Dialogflow::CX::V3::Tool
Returns The updated tool.
557 558 559 560 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 557 class RestoreToolVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |