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
$agent_name
Generated from protobuf field <code>string agent_name = 1;</code>
protected
mixed
$agent_name
= ''
$metadata
Generated from protobuf field <code>string metadata = 3;</code>
protected
mixed
$metadata
= ''
$room
Generated from protobuf field <code>string room = 2;</code>
protected
mixed
$room
= ''
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
stringgetMetadata()
Generated from protobuf field <code>string metadata = 3;</code>
public
getMetadata() : string
Return values
stringgetRoom()
Generated from protobuf field <code>string room = 2;</code>
public
getRoom() : string
Return values
stringsetAgentName()
Generated from protobuf field <code>string agent_name = 1;</code>
public
setAgentName(string $var) : $this
Parameters
- $var : string
Return values
$thissetMetadata()
Generated from protobuf field <code>string metadata = 3;</code>
public
setMetadata(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoom()
Generated from protobuf field <code>string room = 2;</code>
public
setRoom(string $var) : $this
Parameters
- $var : string