Documentation

InsightsAIFeatures extends Message
in package

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

Table of Contents

Properties

$ai_text_chat_features  : mixed
Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>
$is_allow  : mixed
Generated from protobuf field <code>bool is_allow = 1;</code>
$meeting_summarization_features  : mixed
Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>

Methods

__construct()  : mixed
Constructor.
clearAiTextChatFeatures()  : mixed
clearMeetingSummarizationFeatures()  : mixed
getAiTextChatFeatures()  : InsightsAITextChatFeatures|null
Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>
getIsAllow()  : bool
Generated from protobuf field <code>bool is_allow = 1;</code>
getMeetingSummarizationFeatures()  : InsightsAIMeetingSummarizationFeatures|null
Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>
hasAiTextChatFeatures()  : mixed
hasMeetingSummarizationFeatures()  : mixed
setAiTextChatFeatures()  : $this
Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>
setIsAllow()  : $this
Generated from protobuf field <code>bool is_allow = 1;</code>
setMeetingSummarizationFeatures()  : $this
Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>

Properties

$ai_text_chat_features

Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>

protected mixed $ai_text_chat_features = null

$is_allow

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

protected mixed $is_allow = false

$meeting_summarization_features

Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>

protected mixed $meeting_summarization_features = 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 bool $is_allow
@type \Mynaparrot\PlugnmeetProto\InsightsAITextChatFeatures $ai_text_chat_features
@type \Mynaparrot\PlugnmeetProto\InsightsAIMeetingSummarizationFeatures $meeting_summarization_features

}

clearMeetingSummarizationFeatures()

public clearMeetingSummarizationFeatures() : mixed

getIsAllow()

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

public getIsAllow() : bool
Return values
bool

hasMeetingSummarizationFeatures()

public hasMeetingSummarizationFeatures() : mixed

setIsAllow()

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

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

        
On this page

Search results