Table of Contents

Class LemurQuestionAnswer

Namespace
AssemblyAI.Lemur
Assembly
AssemblyAI.dll
public record LemurQuestionAnswer : IEquatable<LemurQuestionAnswer>
Inheritance
LemurQuestionAnswer
Implements
Inherited Members

Properties

Answer

The answer generated by LeMUR

[JsonPropertyName("answer")]
public required string Answer { get; set; }

Property Value

string

Question

The question for LeMUR to answer

[JsonPropertyName("question")]
public required string Question { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.