models

package
v0.0.0-...-47a55c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MlQuery

type MlQuery struct {
	Text string `json:"text"`
}

type MlResponse

type MlResponse struct {
	QueryId  int64  `json:"query_id"`
	Text     string `json:"text"`
	Metadata string `json:"metadata"`
	Last     bool   `json:"last"`
	Sender   string `json:"sender"`
}

type QueryCreate

type QueryCreate struct {
	Text     string `json:"text"`
	Response string `json:"response"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL