AiConversationParams constructor
AiConversationParams({
- String? type,
- WidgetSettings? widgetSettings,
- ResponseData? response,
- int? contentIndex,
- String? delta,
- String? itemId,
- int? outputIndex,
- String? responseId,
- ConversationItem? item,
- String? previousItemId,
Implementation
AiConversationParams({
this.type,
this.widgetSettings,
this.response,
this.contentIndex,
this.delta,
this.itemId,
this.outputIndex,
this.responseId,
this.item,
this.previousItemId,
});