Class: Google::Cloud::DiscoveryEngine::V1::DeleteSessionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb

Overview

Request for DeleteSession method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Session to delete. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}.

Returns:

  • (::String)

    Required. The resource name of the Session to delete. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}



736
737
738
739
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 736

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