Class: Google::Cloud::DiscoveryEngine::V1::StreamAssistResponse::SessionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::StreamAssistResponse::SessionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb
Overview
Information about the session.
Instance Attribute Summary collapse
-
#session ⇒ ::String
Name of the newly generated or continued session.
Instance Attribute Details
#session ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 199 class SessionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |