toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.common.resolver.searcher
/
AgenticSearchResult
Agentic
Search
Result
data
class
AgenticSearchResult
(
val
matchedEntityId
:
String
?
,
val
reason
:
String
)
Structured response from the agentic entity search.
Members
Constructors
Agentic
Search
Result
Link copied to clipboard
constructor
(
matchedEntityId
:
String
?
,
reason
:
String
)
Properties
matched
Entity
Id
Link copied to clipboard
val
matchedEntityId
:
String
?
reason
Link copied to clipboard
val
reason
:
String