SmartCopilotAdapter
Wisej.AI.Adapters.SmartCopilotAdapter
public class SmartCopilotAdapter : SmartAdapterPublic Class SmartCopilotAdapter
Inherits SmartAdapter
[SmartTool.Tool]
[Description("Sends an email message.")]
public void SendEmailMessage(
[Description("Email address of the recipient.")]
string destinationEmail,
[Description("Subject line.")]
string subject,
[Description("Message text.")]
string message) {
// code to send an email, or open a dialog box.
}
Constructors
SmartCopilotAdapter()
Properties
BotAvatar
BotName
ChatBox
User
Methods
OnControlCreated(control)
Parameter
Type
Description
OnControlDisposed(control)
Parameter
Type
Description
OnExecuteAction(e)
Parameter
Type
Description
RunAsyncCore(control)
Parameter
Type
Description
Events
ExecuteAction
Implements
Name
Description
Last updated
