Scenario
extends Message
in package
Generated from protobuf message <code>livekit.SimulationRun.Create.Scenario</code>
Table of Contents
Properties
- $agent_expectations : mixed
- Generated from protobuf field <code>string agent_expectations = 2;</code>
- $instructions : mixed
- Generated from protobuf field <code>string instructions = 1;</code>
- $label : mixed
- Generated from protobuf field <code>string label = 4;</code>
- $metadata : mixed
- Generated from protobuf field <code>map<string, string> metadata = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getAgentExpectations() : string
- Generated from protobuf field <code>string agent_expectations = 2;</code>
- getInstructions() : string
- Generated from protobuf field <code>string instructions = 1;</code>
- getLabel() : string
- Generated from protobuf field <code>string label = 4;</code>
- getMetadata() : MapField
- Generated from protobuf field <code>map<string, string> metadata = 3;</code>
- setAgentExpectations() : $this
- Generated from protobuf field <code>string agent_expectations = 2;</code>
- setInstructions() : $this
- Generated from protobuf field <code>string instructions = 1;</code>
- setLabel() : $this
- Generated from protobuf field <code>string label = 4;</code>
- setMetadata() : $this
- Generated from protobuf field <code>map<string, string> metadata = 3;</code>
Properties
$agent_expectations
Generated from protobuf field <code>string agent_expectations = 2;</code>
protected
mixed
$agent_expectations
= ''
$instructions
Generated from protobuf field <code>string instructions = 1;</code>
protected
mixed
$instructions
= ''
$label
Generated from protobuf field <code>string label = 4;</code>
protected
mixed
$label
= ''
$metadata
Generated from protobuf field <code>map<string, string> metadata = 3;</code>
private
mixed
$metadata
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 $instructions @type string $agent_expectations @type array|\Google\Protobuf\Internal\MapField $metadata @type string $label}
getAgentExpectations()
Generated from protobuf field <code>string agent_expectations = 2;</code>
public
getAgentExpectations() : string
Return values
stringgetInstructions()
Generated from protobuf field <code>string instructions = 1;</code>
public
getInstructions() : string
Return values
stringgetLabel()
Generated from protobuf field <code>string label = 4;</code>
public
getLabel() : string
Return values
stringgetMetadata()
Generated from protobuf field <code>map<string, string> metadata = 3;</code>
public
getMetadata() : MapField
Return values
MapFieldsetAgentExpectations()
Generated from protobuf field <code>string agent_expectations = 2;</code>
public
setAgentExpectations(string $var) : $this
Parameters
- $var : string
Return values
$thissetInstructions()
Generated from protobuf field <code>string instructions = 1;</code>
public
setInstructions(string $var) : $this
Parameters
- $var : string
Return values
$thissetLabel()
Generated from protobuf field <code>string label = 4;</code>
public
setLabel(string $var) : $this
Parameters
- $var : string
Return values
$thissetMetadata()
Generated from protobuf field <code>map<string, string> metadata = 3;</code>
public
setMetadata(array<string|int, mixed>|MapField $var) : $this
Parameters
- $var : array<string|int, mixed>|MapField