Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ControllerTotalFS embed.FS
View Source
var ControllerTotalPathURI = "/v1/api/agently/turn/controllerCount/controllerCount"
Functions ¶
Types ¶
type ControllerTotalInput ¶
type ControllerTotalInput struct {
ConversationID string `parameter:",kind=query,in=conversationId" predicate:"equal,group=0,t,conversation_id"`
Has *ControllerTotalInputHas `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-"`
}
func (*ControllerTotalInput) EmbedFS ¶
func (i *ControllerTotalInput) EmbedFS() *embed.FS
type ControllerTotalInputHas ¶
type ControllerTotalInputHas struct {
ConversationID bool
}
type ControllerTotalOutput ¶
type ControllerTotalOutput struct {
response.Status `parameter:",kind=output,in=status" json:",omitempty"`
Data []*ControllerTotalView `` /* 140-byte string literal not displayed */
Metrics response.Metrics `parameter:",kind=output,in=metrics"`
}
type ControllerTotalView ¶
type ControllerTotalView struct {
ControllerCount int `sqlx:"controller_count"`
}
Click to show internal directories.
Click to hide internal directories.