Documentation

InsightsAITextChatFeatures extends Message
in package

Generated from protobuf message <code>plugnmeet.InsightsAITextChatFeatures</code>

Table of Contents

Properties

$is_allow  : mixed
Generated from protobuf field <code>bool is_allow = 1;</code>
$is_allowed_everyone  : mixed
Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>
$is_enabled  : mixed
all internal usage fields
$allowed_user_ids  : mixed
Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>

Methods

__construct()  : mixed
Constructor.
getAllowedUserIds()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>
getIsAllow()  : bool
Generated from protobuf field <code>bool is_allow = 1;</code>
getIsAllowedEveryone()  : bool
Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>
getIsEnabled()  : bool
all internal usage fields
setAllowedUserIds()  : $this
Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>
setIsAllow()  : $this
Generated from protobuf field <code>bool is_allow = 1;</code>
setIsAllowedEveryone()  : $this
Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>
setIsEnabled()  : $this
all internal usage fields

Properties

$is_allowed_everyone

Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>

protected mixed $is_allowed_everyone = false

$is_enabled

all internal usage fields

protected mixed $is_enabled = false

Generated from protobuf field bool is_enabled = 2 [(.buf.validate.field) = {

$allowed_user_ids

Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>

private mixed $allowed_user_ids

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 bool $is_allow
@type bool $is_enabled
      all internal usage fields
@type bool $is_allowed_everyone
@type string[] $allowed_user_ids

}

getAllowedUserIds()

Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>

public getAllowedUserIds() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public getIsAllow() : bool
Return values
bool

getIsAllowedEveryone()

Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>

public getIsAllowedEveryone() : bool
Return values
bool

getIsEnabled()

all internal usage fields

public getIsEnabled() : bool

Generated from protobuf field bool is_enabled = 2 [(.buf.validate.field) = {

Return values
bool

setAllowedUserIds()

Generated from protobuf field <code>repeated string allowed_user_ids = 4 [(.buf.validate.field) = {</code>

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

setIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public setIsAllow(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsAllowedEveryone()

Generated from protobuf field <code>bool is_allowed_everyone = 3 [(.buf.validate.field) = {</code>

public setIsAllowedEveryone(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsEnabled()

all internal usage fields

public setIsEnabled(bool $var) : $this

Generated from protobuf field bool is_enabled = 2 [(.buf.validate.field) = {

Parameters
$var : bool
Return values
$this

        
On this page

Search results