|
Meeting SDK for macOS API Reference
|
Interface declarations related to AI Companion query feature in Zoom SDK. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility. More...
import <Foundation/Foundation.h>import <ZoomSDK/ZoomSDKErrors.h>Go to the source code of this file.
Data Structures | |
| class | ZoomSDKAICompanionQueryItem |
| Represents a query item including question, answer, and error information for AI Companion. More... | |
| class | ZoomSDKEnableQueryHandler |
| Handler to enable the meeting query feature. More... | |
| class | ZoomSDKStartQueryHandler |
| Handler to start the meeting query feature. More... | |
| class | ZoomSDKApproveEnableQueryHandler |
| Handler to approve or continue enabling query request. More... | |
| class | ZoomSDKApproveStartQueryHandler |
| Handler to approve or decline the start query request. More... | |
| class | ZoomSDKApproveSendQueryHandler |
| Handler to approve or decline the send query request. More... | |
| class | ZoomSDKSendQueryHandler |
| Handler for sending queries during the meeting. More... | |
| class | ZoomSDKEnableQueryActionHandler |
| Handler for actions related to enabling meeting query. More... | |
| protocol | <ZoomSDKAICompanionQueryHelperDelegate> |
| Delegate protocol for receiving AI Companion meeting query related events. More... | |
| class | ZoomSDKAICompanionQueryHelper |
| Helper class to manage AI Companion meeting query features and related legal notices. More... | |
Interface declarations related to AI Companion query feature in Zoom SDK. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility.
Definition in file ZoomSDKAICompanionQueryHelper.h.
Enumeration of the types of feedback for AI Companion query responses.
Definition at line 15 of file ZoomSDKAICompanionQueryHelper.h.
Enumeration of the error types for AI Companion query requests.
Definition at line 27 of file ZoomSDKAICompanionQueryHelper.h.
Enumeration of configuration options for who in the meeting can interact with AI Companion by asking questions about the meeting. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0057748 and https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0079893.
Definition at line 51 of file ZoomSDKAICompanionQueryHelper.h.