Proyecto ChatBot Con Gemini
This commit is contained in:
7
ChatbotApi/Models/ChatResponse.cs
Normal file
7
ChatbotApi/Models/ChatResponse.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ChatbotApi.Models
|
||||
{
|
||||
public class ChatResponse
|
||||
{
|
||||
public required string Reply { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user