Meeting SDK for macOS API Reference
|
Interface declarations related to AI Companion query feature in Zoom SDK. 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.
Definition in file ZoomSDKAICompanionQueryHelper.h.
Enumeration of the types of feedback for AI Companion query responses.
Definition at line 14 of file ZoomSDKAICompanionQueryHelper.h.
Enumeration of the error types for AI Companion query requests.
Definition at line 26 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=KB0057749.
Definition at line 50 of file ZoomSDKAICompanionQueryHelper.h.