InsightsTranscriptionUserSessionReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.InsightsTranscriptionUserSessionReq</code>
Table of Contents
Properties
- $action : mixed
- Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
- $allowed_transcription_storage : mixed
- Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
- $spoken_lang : mixed
- Generated from protobuf field <code>optional string spoken_lang = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearSpokenLang() : mixed
- getAction() : int
- Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
- getAllowedTranscriptionStorage() : bool
- Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
- getSpokenLang() : string
- Generated from protobuf field <code>optional string spoken_lang = 2;</code>
- hasSpokenLang() : mixed
- setAction() : $this
- Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
- setAllowedTranscriptionStorage() : $this
- Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
- setSpokenLang() : $this
- Generated from protobuf field <code>optional string spoken_lang = 2;</code>
Properties
$action
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
protected
mixed
$action
= 0
$allowed_transcription_storage
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
protected
mixed
$allowed_transcription_storage
= false
$spoken_lang
Generated from protobuf field <code>optional string spoken_lang = 2;</code>
protected
mixed
$spoken_lang
= null
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 $action @type string $spoken_lang @type bool $allowed_transcription_storage}
clearSpokenLang()
public
clearSpokenLang() : mixed
getAction()
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
public
getAction() : int
Return values
intgetAllowedTranscriptionStorage()
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
public
getAllowedTranscriptionStorage() : bool
Return values
boolgetSpokenLang()
Generated from protobuf field <code>optional string spoken_lang = 2;</code>
public
getSpokenLang() : string
Return values
stringhasSpokenLang()
public
hasSpokenLang() : mixed
setAction()
Generated from protobuf field <code>.plugnmeet.InsightsUserSessionAction action = 1;</code>
public
setAction(int $var) : $this
Parameters
- $var : int
Return values
$thissetAllowedTranscriptionStorage()
Generated from protobuf field <code>bool allowed_transcription_storage = 3;</code>
public
setAllowedTranscriptionStorage(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetSpokenLang()
Generated from protobuf field <code>optional string spoken_lang = 2;</code>
public
setSpokenLang(string $var) : $this
Parameters
- $var : string