Google Cloud Security Command Center v1 API - Class AgentSession (3.27.0)

public sealed class AgentSession : IMessage<AgentSession>, IEquatable<AgentSession>, IDeepCloneable<AgentSession>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class AgentSession.

Represents a conversational session where the finding occurred.

Inheritance

object > AgentSession

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

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