Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoAnswerinfo ¶ added in v2.2.0
type DiagnoseResponse ¶
type DiagnoseResponse struct { Done bool Question string //AutoAnswer *model.AutoAnswer Code int Err error }
func Diagnose ¶
func Diagnose(id string, sentence string, autoAnswer *AutoAnswerinfo) DiagnoseResponse
type GetSummaryResponse ¶
type GetSummaryResponse struct { SessionId string Diseases []model.SessionDiseases Fiability float64 Symptoms []model.SessionSymptom Logs []model.LogsInput Alerts []model.Alert Code int Err error }
func GetSummary ¶
func GetSummary(id string) GetSummaryResponse
type InitiateResponse ¶
func Initiate ¶
func Initiate(id string) InitiateResponse
Click to show internal directories.
Click to hide internal directories.