Documentation

InsightsAIMeetingSummarizationConfigReq extends Message
in package

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

Table of Contents

Properties

$is_enabled  : mixed
Generated from protobuf field <code>bool is_enabled = 1;</code>
$summarization_prompt  : mixed
Generated from protobuf field <code>string summarization_prompt = 3;</code>

Methods

__construct()  : mixed
Constructor.
getIsEnabled()  : bool
Generated from protobuf field <code>bool is_enabled = 1;</code>
getSummarizationPrompt()  : string
Generated from protobuf field <code>string summarization_prompt = 3;</code>
setIsEnabled()  : $this
Generated from protobuf field <code>bool is_enabled = 1;</code>
setSummarizationPrompt()  : $this
Generated from protobuf field <code>string summarization_prompt = 3;</code>

Properties

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_enabled
@type string $summarization_prompt

}

setSummarizationPrompt()

Generated from protobuf field <code>string summarization_prompt = 3;</code>

public setSummarizationPrompt(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results