Class: Google::Cloud::Dialogflow::CX::V3::DeletePlaybookVersionRequest

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

Overview

The request message for Playbooks.DeletePlaybookVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the playbook version to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.

Returns:

  • (::String)

    Required. The name of the playbook version to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.



341
342
343
344
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 341

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