Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::GetSessionRequest (v2.1.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::GetSessionRequest.

Request for GetSession method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#include_answer_details

def include_answer_details() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, the full session including all answer details will be returned.

#include_answer_details=

def include_answer_details=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, the full session including all answer details will be returned.
Returns
  • (::Boolean) — Optional. If set to true, the full session including all answer details will be returned.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the Session to get. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Session to get. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}
Returns
  • (::String) — Required. The resource name of the Session to get. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}