Class: Google::Cloud::DiscoveryEngine::V1beta::CreateSessionRequest

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

Overview

Request for CreateSession method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Full resource name of parent data store. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}.

Returns:

  • (::String)

    Required. Full resource name of parent data store. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}



748
749
750
751
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 748

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

#session::Google::Cloud::DiscoveryEngine::V1beta::Session

Returns Required. The session to create.

Returns:



748
749
750
751
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 748

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