PutBotResponse constructor

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

Implementation

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