WebApiModulesPluginsOpenAIOpenAISettingsTestResponse constructor

const WebApiModulesPluginsOpenAIOpenAISettingsTestResponse({
  1. bool? success,
  2. String? message,
  3. bool? openAISuccess,
  4. String? openAIMessage,
  5. bool? zendeskSuccess,
  6. String? zendeskMessage,
})

Implementation

const WebApiModulesPluginsOpenAIOpenAISettingsTestResponse({
  this.success,
  this.message,
  this.openAISuccess,
  this.openAIMessage,
  this.zendeskSuccess,
  this.zendeskMessage,
});