HaivaChatScreen constructor

const HaivaChatScreen({
  1. Key? key,
  2. required String agentId,
  3. required bool agentSetting,
  4. List<MenuItem>? menuItems,
  5. required bool isAction,
  6. String? azureKey,
  7. String? azureRegion,
})

Implementation

const HaivaChatScreen({
  super.key,
  required this.agentId,
  required this.agentSetting,
  this.menuItems,
  required this.isAction,
  this.azureKey,
  this.azureRegion,
});