onAssistantRequest
abstract fun onAssistantRequest(block: suspend InboundCallAssistantResponse.(RequestContext) -> Unit)
Whenever an AssistantRequest is made, the contents of the onAssistantRequest{} block will be executed.
Whenever an AssistantRequest is made, the contents of the onAssistantRequest{} block will be executed.