LiveViewStream

The configuration for a stream that provides a visual representation of a browser session in Amazon Bedrock. This stream enables agents to observe the current state of the browser, including rendered web pages, visual elements, and the results of interactions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint URL for the live view stream. This URL is used to establish a connection to receive visual updates from the browser session.

Functions

Link copied to clipboard
inline fun copy(block: LiveViewStream.Builder.() -> Unit = {}): LiveViewStream
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String