RequirementsGated< AuthorityResponse< ChatBot > > Create(IEnumerable< Models.ChatChannel > initialChannels, string name, string connectionString, ChatProvider provider, long instanceId, uint? reconnectionInterval, ushort? channelLimit, bool enabled, CancellationToken cancellationToken)
Create a new ChatBot.A RequirementsGated<TResult> AuthorityResponse<TResult> for the created ChatBot.
Backend abstract implementation of IDatabaseContext.
DbSet< Instance > Instances
The Instances in the DatabaseContext.
Task Save(CancellationToken cancellationToken)
Saves changes made to the IDatabaseContext.A Task representing the running operation.
DbSet< ChatBot > ChatBots
The ChatBots in the DatabaseContext.