Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAICompanionQueryHelper Class Reference

Helper class to manage AI Companion meeting query features and related legal notices. More...

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKAICompanionQuerySettingOptions- getSelectedQuerySetting
 Gets the selected query setting.
 
(BOOL) - canChangeQuerySetting
 Determines whether the current user can change query setting.
 
(ZoomSDKError- changeQuerySettings:
 Change query setting.
 
(BOOL) - isAICompanionQueryLegalNoticeAvailable
 Determines whether the legal notice for the AI Companion query is available.
 
(NSString *) - getAICompanionQueryLegalNoticesPrompt
 Gets the AI Companion query legal notices prompt.
 
(NSString *) - getAICompanionQueryLegalNoticesExplained
 Gets the AI Companion query legal notices explained.
 
(BOOL) - isAICompanionQueryPrivacyLegalNoticeAvailable
 Determines whether the legal notice for the AI Companion query privacy is available.
 
(NSString *) - getAICompanionQueryPrivacyLegalNoticesPrompt
 Gets the AI Companion query privacy legal notices prompt.
 

Properties

id< ZoomSDKAICompanionQueryHelperDelegatedelegate
 Delegate to receive AI Companion query events.
 

Detailed Description

Helper class to manage AI Companion meeting query features and related legal notices.

Definition at line 372 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ canChangeQuerySetting

- (BOOL) canChangeQuerySetting

Determines whether the current user can change query setting.

Returns
YES if it can change the setting. Otherwise, NO.

◆ changeQuerySettings:

- (ZoomSDKError) changeQuerySettings: (ZoomSDKAICompanionQuerySettingOptions) setting

Change query setting.

Parameters
settingThe new query setting to apply.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ getAICompanionQueryLegalNoticesExplained

- (NSString *) getAICompanionQueryLegalNoticesExplained

Gets the AI Companion query legal notices explained.

Returns
If the function succeeds, it returns the AI Companion query legal notices explained. Otherwise, this function fails and returns nil.

◆ getAICompanionQueryLegalNoticesPrompt

- (NSString *) getAICompanionQueryLegalNoticesPrompt

Gets the AI Companion query legal notices prompt.

Returns
If the function succeeds, it returns the AI Companion query legal notices prompt. Otherwise, this function fails and returns nil.

◆ getAICompanionQueryPrivacyLegalNoticesPrompt

- (NSString *) getAICompanionQueryPrivacyLegalNoticesPrompt

Gets the AI Companion query privacy legal notices prompt.

Returns
If the function succeeds, it returns the AI Companion query privacy legal notices prompt. Otherwise, this function fails and returns nil.

◆ getSelectedQuerySetting

- (ZoomSDKAICompanionQuerySettingOptions) getSelectedQuerySetting

Gets the selected query setting.

Returns
If the function succeeds, it returns the selected query setting. Otherwise, this function returns an error.

◆ isAICompanionQueryLegalNoticeAvailable

- (BOOL) isAICompanionQueryLegalNoticeAvailable

Determines whether the legal notice for the AI Companion query is available.

Returns
YES if the legal notice for the AI Companion query is available. Otherwise the legal notice is not available.

◆ isAICompanionQueryPrivacyLegalNoticeAvailable

- (BOOL) isAICompanionQueryPrivacyLegalNoticeAvailable

Determines whether the legal notice for the AI Companion query privacy is available.

Returns
YES if the legal notice for the AI Companion query privacy is available. Otherwise the legal notice is not available.

Property Documentation

◆ delegate

- (id<ZoomSDKAICompanionQueryHelperDelegate>) delegate
readwritenonatomicassign

Delegate to receive AI Companion query events.

Definition at line 377 of file ZoomSDKAICompanionQueryHelper.h.