PutBotAliasResponse constructor

PutBotAliasResponse({
  1. String? botName,
  2. String? botVersion,
  3. String? checksum,
  4. ConversationLogsResponse? conversationLogs,
  5. DateTime? createdDate,
  6. String? description,
  7. DateTime? lastUpdatedDate,
  8. String? name,
  9. List<Tag>? tags,
})

Implementation

PutBotAliasResponse({
  this.botName,
  this.botVersion,
  this.checksum,
  this.conversationLogs,
  this.createdDate,
  this.description,
  this.lastUpdatedDate,
  this.name,
  this.tags,
});