public static Azure.AI.Language.QuestionAnswering.TextAnswer TextAnswer(string answer = null, double?confidence = default(double?), string id = null, Azure.AI.Language.QuestionAnswering.AnswerSpan shortAnswer = null, int?offset = default(int?), int?length = default(int?))
 {
     throw null;
 }
 public static Azure.AI.Language.QuestionAnswering.KnowledgeBaseAnswer KnowledgeBaseAnswer(System.Collections.Generic.IEnumerable <string> questions = null, string answer = null, double?confidence = default(double?), int?qnaId = default(int?), string source = null, System.Collections.Generic.IReadOnlyDictionary <string, string> metadata = null, Azure.AI.Language.QuestionAnswering.KnowledgeBaseAnswerDialog dialog = null, Azure.AI.Language.QuestionAnswering.AnswerSpan shortAnswer = null)
 {
     throw null;
 }