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

#include <ZoomSDKAICompanionQueryHelper.h>

Inherits NSObject.

Instance Methods

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

Properties

id< ZoomSDKAICompanionQueryHelperDelegatedelegate
 

Detailed Description

Definition at line 324 of file ZoomSDKAICompanionQueryHelper.h.

Method Documentation

◆ canChangeQuerySetting

- (BOOL) canChangeQuerySetting

Determine whether the current user can change query setting.

Returns
YES means that it can change the setting. Otherwise it can't change the setting.

◆ changeQuerySettings:

- (ZoomSDKError) changeQuerySettings: (ZoomSDKAICompanionQuerySettingOptions) setting

Change query setting.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise the function fails.

◆ getAICompanionQueryLegalNoticesExplained

- (NSString *) getAICompanionQueryLegalNoticesExplained

Get the AI Companion query legal notices explained.

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

◆ getAICompanionQueryLegalNoticesPrompt

- (NSString *) getAICompanionQueryLegalNoticesPrompt

Get the AI Companion query legal notices prompt.

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

◆ getAICompanionQueryPrivacyLegalNoticesPrompt

- (NSString *) getAICompanionQueryPrivacyLegalNoticesPrompt

Get the AI Companion query privacy legal notices prompt.

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

◆ getSelectedQuerySetting

- (ZoomSDKAICompanionQuerySettingOptions) getSelectedQuerySetting

Get the selected query setting.

Returns
If the function succeeds, it returns the selected query setting. Otherwise the function fails.

◆ isAICompanionQueryLegalNoticeAvailable

- (BOOL) isAICompanionQueryLegalNoticeAvailable

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

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

◆ isAICompanionQueryPrivacyLegalNoticeAvailable

- (BOOL) isAICompanionQueryPrivacyLegalNoticeAvailable

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

Returns
YES indicates 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

Definition at line 325 of file ZoomSDKAICompanionQueryHelper.h.