SimulationRunSummary
extends Message
in package
Generated from protobuf message <code>livekit.SimulationRunSummary</code>
Table of Contents
Properties
- $failed : mixed
- Generated from protobuf field <code>int32 failed = 2;</code>
- $going_well : mixed
- Generated from protobuf field <code>string going_well = 3;</code>
- $passed : mixed
- Generated from protobuf field <code>int32 passed = 1;</code>
- $to_improve : mixed
- Generated from protobuf field <code>string to_improve = 4;</code>
- $chat_history : mixed
- Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
- $issues : mixed
- Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- getChatHistory() : MapField
- Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
- getFailed() : int
- Generated from protobuf field <code>int32 failed = 2;</code>
- getGoingWell() : string
- Generated from protobuf field <code>string going_well = 3;</code>
- getIssues() : RepeatedField<string|int, Issue>
- Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
- getPassed() : int
- Generated from protobuf field <code>int32 passed = 1;</code>
- getToImprove() : string
- Generated from protobuf field <code>string to_improve = 4;</code>
- setChatHistory() : $this
- Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
- setFailed() : $this
- Generated from protobuf field <code>int32 failed = 2;</code>
- setGoingWell() : $this
- Generated from protobuf field <code>string going_well = 3;</code>
- setIssues() : $this
- Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
- setPassed() : $this
- Generated from protobuf field <code>int32 passed = 1;</code>
- setToImprove() : $this
- Generated from protobuf field <code>string to_improve = 4;</code>
Properties
$failed
Generated from protobuf field <code>int32 failed = 2;</code>
protected
mixed
$failed
= 0
$going_well
Generated from protobuf field <code>string going_well = 3;</code>
protected
mixed
$going_well
= ''
$passed
Generated from protobuf field <code>int32 passed = 1;</code>
protected
mixed
$passed
= 0
$to_improve
Generated from protobuf field <code>string to_improve = 4;</code>
protected
mixed
$to_improve
= ''
$chat_history
Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
private
mixed
$chat_history
$issues
Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
private
mixed
$issues
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 int $passed @type int $failed @type string $going_well @type string $to_improve @type \Livekit\SimulationRunSummary\Issue[] $issues @type array|\Google\Protobuf\Internal\MapField $chat_history}
getChatHistory()
Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
public
getChatHistory() : MapField
Return values
MapFieldgetFailed()
Generated from protobuf field <code>int32 failed = 2;</code>
public
getFailed() : int
Return values
intgetGoingWell()
Generated from protobuf field <code>string going_well = 3;</code>
public
getGoingWell() : string
Return values
stringgetIssues()
Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
public
getIssues() : RepeatedField<string|int, Issue>
Return values
RepeatedField<string|int, Issue>getPassed()
Generated from protobuf field <code>int32 passed = 1;</code>
public
getPassed() : int
Return values
intgetToImprove()
Generated from protobuf field <code>string to_improve = 4;</code>
public
getToImprove() : string
Return values
stringsetChatHistory()
Generated from protobuf field <code>map<string, .livekit.agent.ChatContext> chat_history = 6;</code>
public
setChatHistory(array<string|int, mixed>|MapField $var) : $this
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetFailed()
Generated from protobuf field <code>int32 failed = 2;</code>
public
setFailed(int $var) : $this
Parameters
- $var : int
Return values
$thissetGoingWell()
Generated from protobuf field <code>string going_well = 3;</code>
public
setGoingWell(string $var) : $this
Parameters
- $var : string
Return values
$thissetIssues()
Generated from protobuf field <code>repeated .livekit.SimulationRunSummary.Issue issues = 5;</code>
public
setIssues(array<string|int, Issue> $var) : $this
Parameters
- $var : array<string|int, Issue>
Return values
$thissetPassed()
Generated from protobuf field <code>int32 passed = 1;</code>
public
setPassed(int $var) : $this
Parameters
- $var : int
Return values
$thissetToImprove()
Generated from protobuf field <code>string to_improve = 4;</code>
public
setToImprove(string $var) : $this
Parameters
- $var : string