public sealed class AgentSession : IMessage<AgentSession>, IEquatable<AgentSession>, IDeepCloneable<AgentSession>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class AgentSession.
Represents a conversational session where the finding occurred.
Implements
IMessageAgentSession, IEquatableAgentSession, IDeepCloneableAgentSession, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
AgentSession()
public AgentSession()AgentSession(AgentSession)
public AgentSession(AgentSession other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentSession |
Properties
SessionId
public string SessionId { get; set; }The session ID of a conversation.
| Property Value | |
|---|---|
| Type | Description |
string |
|