Class: Google::Cloud::Dialogflow::CX::V3::RestoreToolVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/tool.rb

Overview

The request message for Tools.RestoreToolVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the tool version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

Returns:

  • (::String)

    Required. The name of the tool version. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.



547
548
549
550
# File 'proto_docs/google/cloud/dialogflow/cx/v3/tool.rb', line 547

class RestoreToolVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end