Class: Google::Cloud::DiscoveryEngine::V1beta::GetSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GetSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Request for GetSession method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Session to get. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}
.
651 652 653 654 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 651 class GetSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |