IConfigurableSpintaxModule
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.Spintax.IConfigurableSpintaxModule
Kind: interface
Interface for module configuration
Properties
Icon
Property
Image Icon { get; }
AuthType
Property
SpintaxServiceAuthType AuthType { get; }
Auth type (Login/Pass or secret key)
ServiceName
Property
string ServiceName { get; }
Service name (e.g. wordai.com)
Login
Property
string Login { get; set; }
Login for service, if required
Password
Property
string Password { get; set; }
Password for service, if required
SecretKey
Property
string SecretKey { get; set; }
SecretKey for service, if required
AdditionalParameters
Property
string AdditionalParameters { get; set; }
addtinional parameters, if required
AdditionalParametersHint
Property
string AdditionalParametersHint { get; }
Hint in the user interface, if required
CreateAccauntLink
Property
string CreateAccauntLink { get; }