@valon-technologies/gestalt
Preparing search index...
index
AgentInteraction
Interface AgentInteraction
interface
AgentInteraction
{
id
?:
string
;
type
?:
AgentInteractionType
;
state
?:
AgentInteractionState
;
title
?:
string
;
prompt
?:
string
;
request
?:
object
;
resolution
?:
object
;
createdAt
?:
Date
;
resolvedAt
?:
Date
;
turnId
?:
string
;
sessionId
?:
string
;
}
Index
Properties
id?
type?
state?
title?
prompt?
request?
resolution?
created
At?
resolved
At?
turn
Id?
session
Id?
Properties
Optional
id
id
?:
string
Optional
type
type
?:
AgentInteractionType
Optional
state
state
?:
AgentInteractionState
Optional
title
title
?:
string
Optional
prompt
prompt
?:
string
Optional
request
request
?:
object
Optional
resolution
resolution
?:
object
Optional
created
At
createdAt
?:
Date
Optional
resolved
At
resolvedAt
?:
Date
Optional
turn
Id
turnId
?:
string
Optional
session
Id
sessionId
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
state
title
prompt
request
resolution
created
At
resolved
At
turn
Id
session
Id
@valon-technologies/gestalt
Loading...