public sealed class AgentSession : IMessage<AgentSession>, IEquatable<AgentSession>, IDeepCloneable<AgentSession>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class AgentSession.
Represents a conversational session where the finding occurred.
Implements
IMessageAgentSession, IEquatableAgentSession, IDeepCloneableAgentSession, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
|