menu
ai_clients package
documentation
models/ai_client_response.dart
AssistantResponse
AssistantResponse.new constructor
AssistantResponse.new constructor
dark_mode
light_mode
AssistantResponse
constructor
AssistantResponse
(
{
required
String
id
,
required
String
?
message
,
String
role
=
'assistant'
,
})
Implementation
AssistantResponse({required super.id, required super.message, super.role = 'assistant'});
ai_clients package
documentation
models/ai_client_response
AssistantResponse
AssistantResponse.new constructor
AssistantResponse class