RoomAgentDispatch

@Serializable
data class RoomAgentDispatch(val agentName: String? = null, val metadata: String? = null, val deployment: String? = null, val attributes: Map<String, String>? = null)

See also

livekit.LivekitAgentDispatch.RoomAgentDispatch

Constructors

Link copied to clipboard
constructor(agentName: String? = null, metadata: String? = null, deployment: String? = null, attributes: Map<String, String>? = null)

Properties

Link copied to clipboard
val agentName: String? = null
Link copied to clipboard
val attributes: Map<String, String>? = null

Attributes to set on the dispatched agent participant.

Link copied to clipboard
val deployment: String? = null

Optional deployment to target. Leave empty to target the production deployment.

Link copied to clipboard
val metadata: String? = null