ChatMessageResponse constructor
ChatMessageResponse({})
Implementation
ChatMessageResponse({
required this.messageId,
required this.conversationId,
required this.answer,
this.metadata,
this.usage,
this.retrieverResources,
});