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}
clearAiTextChatFeatures()
public
clearAiTextChatFeatures() : mixed
clearMeetingSummarizationFeatures()
public
clearMeetingSummarizationFeatures() : mixed
getAiTextChatFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>
public
getAiTextChatFeatures() : InsightsAITextChatFeatures|null
Return values
InsightsAITextChatFeatures|nullgetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetMeetingSummarizationFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>
public
getMeetingSummarizationFeatures() : InsightsAIMeetingSummarizationFeatures|null
Return values
InsightsAIMeetingSummarizationFeatures|nullhasAiTextChatFeatures()
public
hasAiTextChatFeatures() : mixed
hasMeetingSummarizationFeatures()
public
hasMeetingSummarizationFeatures() : mixed
setAiTextChatFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAITextChatFeatures ai_text_chat_features = 2;</code>
public
setAiTextChatFeatures(InsightsAITextChatFeatures $var) : $this
Parameters
- $var : InsightsAITextChatFeatures
Return values
$thissetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetMeetingSummarizationFeatures()
Generated from protobuf field <code>optional .plugnmeet.InsightsAIMeetingSummarizationFeatures meeting_summarization_features = 3;</code>
public
setMeetingSummarizationFeatures(InsightsAIMeetingSummarizationFeatures $var) : $this