AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetBrowserSession operation. Retrieves detailed information about a specific browser session in Amazon Bedrock AgentCore. This operation returns the session's configuration, current status, associated streams, and metadata.

To get a browser session, you must specify both the browser identifier and the session ID. The response includes information about the session's viewport configuration, timeout settings, and stream endpoints.

The following operations are related to GetBrowserSession:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BedrockAgentCore.AmazonBedrockAgentCoreRequest
      Amazon.BedrockAgentCore.Model.GetBrowserSessionRequest

Namespace: Amazon.BedrockAgentCore.Model
Assembly: AWSSDK.BedrockAgentCore.dll
Version: 3.x.y.z

Syntax

C#
public class GetBrowserSessionRequest : AmazonBedrockAgentCoreRequest
         IAmazonWebServiceRequest

The GetBrowserSessionRequest type exposes the following members

Constructors

NameDescription
Public Method GetBrowserSessionRequest()

Properties

NameTypeDescription
Public Property BrowserIdentifier System.String

Gets and sets the property BrowserIdentifier.

The unique identifier of the browser associated with the session.

Public Property SessionId System.String

Gets and sets the property SessionId.

The unique identifier of the browser session to retrieve.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5