Meeting SDK for macOS API 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< ZoomSDKAICompanionQueryHelperDelegate > | delegate |
Definition at line 324 of file ZoomSDKAICompanionQueryHelper.h.
- (BOOL) canChangeQuerySetting |
Determine whether the current user can change query setting.
- (ZoomSDKError) changeQuerySettings: | (ZoomSDKAICompanionQuerySettingOptions) | setting |
Change query setting.
- (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 |
Definition at line 325 of file ZoomSDKAICompanionQueryHelper.h.