toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.event
/
RankingEvent
Ranking
Event
abstract
class
RankingEvent
<
T
>
(
val
agentPlatform
:
AgentPlatform
,
val
type
:
Class
<
T
>
,
val
basis
:
Any
,
val
choices
:
Collection
<
T
>
)
:
AgentPlatformEvent
Inheritors
RankingChoiceRequestEvent
RankingChoiceMadeEvent
RankingChoiceCouldNotBeMadeEvent
Members
Constructors
Ranking
Event
Link copied to clipboard
constructor
(
agentPlatform
:
AgentPlatform
,
type
:
Class
<
T
>
,
basis
:
Any
,
choices
:
Collection
<
T
>
)
Properties
agent
Platform
Link copied to clipboard
open
override
val
agentPlatform
:
AgentPlatform
basis
Link copied to clipboard
val
basis
:
Any
choices
Link copied to clipboard
val
choices
:
Collection
<
T
>
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant
type
Link copied to clipboard
val
type
:
Class
<
T
>