NatureChatInitRequest constructor

NatureChatInitRequest({
  1. String? birdScientificName,
  2. String? birdName,
  3. String? birdStory,
  4. String? birdImage,
  5. String? language,
  6. String? timezone,
  7. String? source,
  8. String? adminUserId,
  9. String? tenantId,
})

Implementation

NatureChatInitRequest({
  this.birdScientificName,
  this.birdName,
  this.birdStory,
  this.birdImage,
  this.language,
  this.timezone,
  this.source,
  this.adminUserId,
  this.tenantId,
});