ChatbotRepository

class ChatbotRepository @Inject constructor(apiService: DermatoChatBotEndpoint)

Constructors

Link copied to clipboard
@Inject
constructor(apiService: DermatoChatBotEndpoint)

Functions

Link copied to clipboard
suspend fun requestChatbot(chatRequestBody: ChatRequest): ChatResponse