PutBotResponse constructor
PutBotResponse({
- Statement? abortStatement,
- String? checksum,
- bool? childDirected,
- Prompt? clarificationPrompt,
- bool? createVersion,
- DateTime? createdDate,
- String? description,
- bool? detectSentiment,
- bool? enableModelImprovements,
- String? failureReason,
- int? idleSessionTTLInSeconds,
- List<
Intent> ? intents, - DateTime? lastUpdatedDate,
- Locale? locale,
- String? name,
- double? nluIntentConfidenceThreshold,
- Status? status,
- List<
Tag> ? tags, - String? version,
- 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,
});