AnswerΒΆ

class inmydata.ConversationalData.Answer(answer: str, subject: str)

Bases: object

A data class for providing a string response to a question.

answer

The string response to the question.

Type:

str

subject

The subject that was used to generate the answer.

Type:

str

answer: str
subject: str