Documentation

Usage extends Message
in package

Generated from protobuf message <code>livekit.SimulationRun.Usage</code>

Table of Contents

Properties

$audio_turns_count  : mixed
Generated from protobuf field <code>int32 audio_turns_count = 2;</code>
$text_turns_count  : mixed
Generated from protobuf field <code>int32 text_turns_count = 1;</code>

Methods

__construct()  : mixed
Constructor.
getAudioTurnsCount()  : int
Generated from protobuf field <code>int32 audio_turns_count = 2;</code>
getTextTurnsCount()  : int
Generated from protobuf field <code>int32 text_turns_count = 1;</code>
setAudioTurnsCount()  : $this
Generated from protobuf field <code>int32 audio_turns_count = 2;</code>
setTextTurnsCount()  : $this
Generated from protobuf field <code>int32 text_turns_count = 1;</code>

Properties

$audio_turns_count

Generated from protobuf field <code>int32 audio_turns_count = 2;</code>

protected mixed $audio_turns_count = 0

$text_turns_count

Generated from protobuf field <code>int32 text_turns_count = 1;</code>

protected mixed $text_turns_count = 0

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 $text_turns_count
@type int $audio_turns_count

}

getAudioTurnsCount()

Generated from protobuf field <code>int32 audio_turns_count = 2;</code>

public getAudioTurnsCount() : int
Return values
int

getTextTurnsCount()

Generated from protobuf field <code>int32 text_turns_count = 1;</code>

public getTextTurnsCount() : int
Return values
int

setAudioTurnsCount()

Generated from protobuf field <code>int32 audio_turns_count = 2;</code>

public setAudioTurnsCount(int $var) : $this
Parameters
$var : int
Return values
$this

setTextTurnsCount()

Generated from protobuf field <code>int32 text_turns_count = 1;</code>

public setTextTurnsCount(int $var) : $this
Parameters
$var : int
Return values
$this
On this page

Search results