Meeting SDK for macOS API Reference
|
Helper class to manage AI Companion meeting query features and related legal notices. More...
#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< ZoomSDKAICompanionQueryHelperDelegate > | delegate |
Delegate to receive AI Companion query events. | |
Helper class to manage AI Companion meeting query features and related legal notices.
Definition at line 372 of file ZoomSDKAICompanionQueryHelper.h.
- (BOOL) canChangeQuerySetting |
Determine whether the current user can change query setting.
- (ZoomSDKError) changeQuerySettings: | (ZoomSDKAICompanionQuerySettingOptions) | setting |
Change query setting.
setting | The new query setting to apply. |
- (NSString *) getAICompanionQueryLegalNoticesExplained |
Get the AI Companion query legal notices explained.
- (NSString *) getAICompanionQueryLegalNoticesPrompt |
Get the AI Companion query legal notices prompt.
- (NSString *) getAICompanionQueryPrivacyLegalNoticesPrompt |
Get the AI Companion query privacy legal notices prompt.
- (ZoomSDKAICompanionQuerySettingOptions) getSelectedQuerySetting |
Get the selected query setting.
- (BOOL) isAICompanionQueryLegalNoticeAvailable |
Determine whether the legal notice for the AI Companion query is available.
- (BOOL) isAICompanionQueryPrivacyLegalNoticeAvailable |
Determine whether the legal notice for the AI Companion query privacy is available.
|
readwritenonatomicassign |
Delegate to receive AI Companion query events.
Definition at line 377 of file ZoomSDKAICompanionQueryHelper.h.