UPDATE: Chatbot module
All checks were successful
Build and Release / release (push) Successful in 2m13s
All checks were successful
Build and Release / release (push) Successful in 2m13s
This commit is contained in:
6
internal/dtos/request/chatbot.go
Normal file
6
internal/dtos/request/chatbot.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package request
|
||||
|
||||
type ChatbotDto struct {
|
||||
ProjectID *string `json:"project_id"`
|
||||
Question string `json:"question" validate:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user