Class: Google::Cloud::Dialogflow::CX::V3::DeleteVersionRequest

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

Overview

The request message for Versions.DeleteVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Version to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

Returns:

  • (::String)

    Required. The name of the Version to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.



164
165
166
167
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 164

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