CreateBotVersionResponse constructor

CreateBotVersionResponse({
  1. Statement? abortStatement,
  2. String? checksum,
  3. bool? childDirected,
  4. Prompt? clarificationPrompt,
  5. DateTime? createdDate,
  6. String? description,
  7. bool? detectSentiment,
  8. bool? enableModelImprovements,
  9. String? failureReason,
  10. int? idleSessionTTLInSeconds,
  11. List<Intent>? intents,
  12. DateTime? lastUpdatedDate,
  13. Locale? locale,
  14. String? name,
  15. Status? status,
  16. String? version,
  17. String? voiceId,
})

Implementation

CreateBotVersionResponse({
  this.abortStatement,
  this.checksum,
  this.childDirected,
  this.clarificationPrompt,
  this.createdDate,
  this.description,
  this.detectSentiment,
  this.enableModelImprovements,
  this.failureReason,
  this.idleSessionTTLInSeconds,
  this.intents,
  this.lastUpdatedDate,
  this.locale,
  this.name,
  this.status,
  this.version,
  this.voiceId,
});