Class ModularChatbot
Extended version of the Chatbot that offers modular system to create your own chatbot.
Inheritance
object
ModularChatbot
Assembly: .dll
Syntax
public class ModularChatbot : Chatbot, IChatbot
Methods
SendMessageAsyncINTERNAL(ChatMessage)
Declaration
protected override UniTask<ChatMessage> SendMessageAsyncINTERNAL(ChatMessage inputMessage)
Parameters
Returns
Overrides
StartRecording()
Declaration
public void StartRecording()
StopRecording()
Declaration
public UniTask<ChatMessage> StopRecording()
Returns
Implements