InsightsAIMeetingSummarizationFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.InsightsAIMeetingSummarizationFeatures</code>
Table of Contents
Properties
- $is_allow : mixed
- Generated from protobuf field <code>bool is_allow = 1;</code>
- $is_enabled : mixed
- all internal usage fields
- $summarization_prompt : mixed
- Generated from protobuf field <code>string summarization_prompt = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getIsAllow() : bool
- Generated from protobuf field <code>bool is_allow = 1;</code>
- getIsEnabled() : bool
- all internal usage fields
- getSummarizationPrompt() : string
- Generated from protobuf field <code>string summarization_prompt = 2;</code>
- setIsAllow() : $this
- Generated from protobuf field <code>bool is_allow = 1;</code>
- setIsEnabled() : $this
- all internal usage fields
- setSummarizationPrompt() : $this
- Generated from protobuf field <code>string summarization_prompt = 2;</code>
Properties
$is_allow
Generated from protobuf field <code>bool is_allow = 1;</code>
protected
mixed
$is_allow
= false
$is_enabled
all internal usage fields
protected
mixed
$is_enabled
= false
Generated from protobuf field bool is_enabled = 3 [(.buf.validate.field) = {
$summarization_prompt
Generated from protobuf field <code>string summarization_prompt = 2;</code>
protected
mixed
$summarization_prompt
= ''
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 string $summarization_prompt @type bool $is_enabled all internal usage fields}
getIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetIsEnabled()
all internal usage fields
public
getIsEnabled() : bool
Generated from protobuf field bool is_enabled = 3 [(.buf.validate.field) = {
Return values
boolgetSummarizationPrompt()
Generated from protobuf field <code>string summarization_prompt = 2;</code>
public
getSummarizationPrompt() : string
Return values
stringsetIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsEnabled()
all internal usage fields
public
setIsEnabled(bool $var) : $this
Generated from protobuf field bool is_enabled = 3 [(.buf.validate.field) = {
Parameters
- $var : bool
Return values
$thissetSummarizationPrompt()
Generated from protobuf field <code>string summarization_prompt = 2;</code>
public
setSummarizationPrompt(string $var) : $this
Parameters
- $var : string