NatureChatInitResponse constructor

NatureChatInitResponse({
  1. bool? canAsk,
  2. List<String>? initialQuestions,
  3. String? birdMembershipType,
  4. bool? isSharedSession,
  5. int? result,
  6. String? msg,
})

Implementation

NatureChatInitResponse({
  this.canAsk,
  this.initialQuestions,
  this.birdMembershipType,
  this.isSharedSession,
  this.result,
  this.msg,
});