Class: Google::Cloud::SecurityCenter::V1::AgentSession
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AgentSession
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/agent_session.rb
Overview
Represents a conversational session where the finding occurred.
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
The session ID of a conversation.
Instance Attribute Details
#session_id ⇒ ::String
Returns The session ID of a conversation.
28 29 30 31 |
# File 'proto_docs/google/cloud/securitycenter/v1/agent_session.rb', line 28 class AgentSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |