Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ChatbotTurn
public ChatbotTurn()
public virtual string[] Attachments { get; set; }
public virtual StringDictionary BotActions { get; set; }
public virtual string BotResponse { get; set; }
public virtual DateTime Timestamp { get; set; }
public virtual string UserDisplayText { get; set; }
public virtual string UserPrompt { get; set; }
Was this page helpful?