Documentation

CreateAgentDispatchRequest extends Message
in package

Generated from protobuf message <code>livekit.CreateAgentDispatchRequest</code>

Table of Contents

Properties

$agent_name  : mixed
Generated from protobuf field <code>string agent_name = 1;</code>
$metadata  : mixed
Generated from protobuf field <code>string metadata = 3;</code>
$room  : mixed
Generated from protobuf field <code>string room = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAgentName()  : string
Generated from protobuf field <code>string agent_name = 1;</code>
getMetadata()  : string
Generated from protobuf field <code>string metadata = 3;</code>
getRoom()  : string
Generated from protobuf field <code>string room = 2;</code>
setAgentName()  : $this
Generated from protobuf field <code>string agent_name = 1;</code>
setMetadata()  : $this
Generated from protobuf field <code>string metadata = 3;</code>
setRoom()  : $this
Generated from protobuf field <code>string room = 2;</code>

Properties

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $agent_name
@type string $room
@type string $metadata

}

getAgentName()

Generated from protobuf field <code>string agent_name = 1;</code>

public getAgentName() : string
Return values
string

getMetadata()

Generated from protobuf field <code>string metadata = 3;</code>

public getMetadata() : string
Return values
string

getRoom()

Generated from protobuf field <code>string room = 2;</code>

public getRoom() : string
Return values
string

setAgentName()

Generated from protobuf field <code>string agent_name = 1;</code>

public setAgentName(string $var) : $this
Parameters
$var : string
Return values
$this

setMetadata()

Generated from protobuf field <code>string metadata = 3;</code>

public setMetadata(string $var) : $this
Parameters
$var : string
Return values
$this

setRoom()

Generated from protobuf field <code>string room = 2;</code>

public setRoom(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results