NlpChatResponse
A chat response from an LLM
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
deploymentConversationId (str) – The unique identifier of the deployment conversation.
messages (list) – The conversation messages in the chat.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict