Documentation

Request extends Message
in package

Generated from protobuf message <code>livekit.Scenario.Update.Request</code>

Table of Contents

Properties

$agent_expectations  : mixed
Generated from protobuf field <code>string agent_expectations = 5;</code>
$group_id  : mixed
Generated from protobuf field <code>string group_id = 6;</code>
$instructions  : mixed
Generated from protobuf field <code>string instructions = 4;</code>
$label  : mixed
Generated from protobuf field <code>string label = 3;</code>
$project_id  : mixed
Generated from protobuf field <code>string project_id = 1;</code>
$scenario_id  : mixed
Generated from protobuf field <code>string scenario_id = 2;</code>
$metadata  : mixed
Generated from protobuf field <code>map<string, string> metadata = 7;</code>

Methods

__construct()  : mixed
Constructor.
getAgentExpectations()  : string
Generated from protobuf field <code>string agent_expectations = 5;</code>
getGroupId()  : string
Generated from protobuf field <code>string group_id = 6;</code>
getInstructions()  : string
Generated from protobuf field <code>string instructions = 4;</code>
getLabel()  : string
Generated from protobuf field <code>string label = 3;</code>
getMetadata()  : MapField
Generated from protobuf field <code>map<string, string> metadata = 7;</code>
getProjectId()  : string
Generated from protobuf field <code>string project_id = 1;</code>
getScenarioId()  : string
Generated from protobuf field <code>string scenario_id = 2;</code>
setAgentExpectations()  : $this
Generated from protobuf field <code>string agent_expectations = 5;</code>
setGroupId()  : $this
Generated from protobuf field <code>string group_id = 6;</code>
setInstructions()  : $this
Generated from protobuf field <code>string instructions = 4;</code>
setLabel()  : $this
Generated from protobuf field <code>string label = 3;</code>
setMetadata()  : $this
Generated from protobuf field <code>map<string, string> metadata = 7;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 1;</code>
setScenarioId()  : $this
Generated from protobuf field <code>string scenario_id = 2;</code>

Properties

$agent_expectations

Generated from protobuf field <code>string agent_expectations = 5;</code>

protected mixed $agent_expectations = ''

$group_id

Generated from protobuf field <code>string group_id = 6;</code>

protected mixed $group_id = ''

$instructions

Generated from protobuf field <code>string instructions = 4;</code>

protected mixed $instructions = ''

$label

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

protected mixed $label = ''

$project_id

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

protected mixed $project_id = ''

$scenario_id

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

protected mixed $scenario_id = ''

$metadata

Generated from protobuf field <code>map<string, string> metadata = 7;</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 $project_id
@type string $scenario_id
@type string $label
@type string $instructions
@type string $agent_expectations
@type string $group_id
@type array|\Google\Protobuf\Internal\MapField $metadata

}

getAgentExpectations()

Generated from protobuf field <code>string agent_expectations = 5;</code>

public getAgentExpectations() : string
Return values
string

getGroupId()

Generated from protobuf field <code>string group_id = 6;</code>

public getGroupId() : string
Return values
string

getInstructions()

Generated from protobuf field <code>string instructions = 4;</code>

public getInstructions() : string
Return values
string

getLabel()

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

public getLabel() : string
Return values
string

getMetadata()

Generated from protobuf field <code>map<string, string> metadata = 7;</code>

public getMetadata() : MapField
Return values
MapField

getProjectId()

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

public getProjectId() : string
Return values
string

getScenarioId()

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

public getScenarioId() : string
Return values
string

setAgentExpectations()

Generated from protobuf field <code>string agent_expectations = 5;</code>

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

setGroupId()

Generated from protobuf field <code>string group_id = 6;</code>

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

setInstructions()

Generated from protobuf field <code>string instructions = 4;</code>

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

setLabel()

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

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

setMetadata()

Generated from protobuf field <code>map<string, string> metadata = 7;</code>

public setMetadata(array<string|int, mixed>|MapField $var) : $this
Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setProjectId()

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

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

setScenarioId()

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

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

        
On this page

Search results