ChatSessionResponse constructor
ChatSessionResponse({
- required String sessionId,
Returns a new ChatSessionResponse instance.
Implementation
ChatSessionResponse({
required this.sessionId,
});