@salesforce/agents
Preparing search index...
types
AgentTraceResponse
Type Alias AgentTraceResponse
type
AgentTraceResponse
=
{
actions
:
{
error
:
unknown
[]
;
id
:
string
;
returnValue
:
{
intent
:
string
;
plan
:
AgentTraceStep
[]
;
planId
:
string
;
sessionId
:
string
;
topic
:
string
;
type
:
string
;
}
;
state
:
string
;
}
[]
;
}
Index
Properties
actions
Properties
actions
actions
:
{
error
:
unknown
[]
;
id
:
string
;
returnValue
:
{
intent
:
string
;
plan
:
AgentTraceStep
[]
;
planId
:
string
;
sessionId
:
string
;
topic
:
string
;
type
:
string
;
}
;
state
:
string
;
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
actions
@salesforce/agents
Loading...