AiConversationParams constructor

AiConversationParams({
  1. String? type,
  2. WidgetSettings? widgetSettings,
  3. ResponseData? response,
  4. int? contentIndex,
  5. String? delta,
  6. String? itemId,
  7. int? outputIndex,
  8. String? responseId,
  9. ConversationItem? item,
  10. String? previousItemId,
})

Implementation

AiConversationParams({
  this.type,
  this.widgetSettings,
  this.response,
  this.contentIndex,
  this.delta,
  this.itemId,
  this.outputIndex,
  this.responseId,
  this.item,
  this.previousItemId,
});