@salesforce/agents
Preparing search index...
types
AgentJson
Type Alias AgentJson
type
AgentJson
=
{
agentVersion
:
{
additionalParameters
:
boolean
;
company
:
string
;
developerName
:
string
;
initialNode
:
string
;
knowledgeDefinitions
:
null
;
modalityParameters
:
{
language
:
{
additionalLocales
:
[
]
;
allAdditionalLocales
:
boolean
;
defaultLocale
:
"en_US"
;
}
;
voice
:
{
inboundFillerWordsDetection
:
null
;
inboundModel
:
null
;
outboundModel
:
null
;
outboundSpeed
:
null
;
outboundStyleExaggeration
:
null
;
outboundVoice
:
null
;
}
;
}
;
nodes
:
{
actionDefinitions
:
[
]
;
afterReasoning
:
null
;
beforeReasoning
:
string
;
description
:
string
;
developerName
:
string
;
focusPrompt
:
string
;
instructions
:
string
;
label
:
string
;
onExit
:
null
;
onInit
:
null
;
postToolCall
:
null
;
preToolCall
:
null
;
reasoningType
:
string
;
tools
:
[
]
;
transitions
:
null
;
type
:
string
;
}
[]
;
plannerType
:
string
;
role
:
string
;
stateVariables
:
{
dataType
:
"string"
;
default
:
boolean
;
description
:
string
;
developerName
:
string
;
isList
:
boolean
;
label
:
string
;
visibility
:
"Internal"
;
}
[]
;
systemMessages
:
[
]
;
}
;
globalConfiguration
:
{
agentType
:
string
;
contextVariables
:
[
]
;
defaultAgentUser
:
string
;
defaultOutboundRouting
:
string
;
description
:
string
;
developerName
:
string
;
enableEnhancedEventLogs
:
boolean
;
label
:
string
;
templateName
:
string
;
}
;
schemaVersion
:
string
;
}
Index
Properties
agent
Version
global
Configuration
schema
Version
Properties
agent
Version
agentVersion
:
{
additionalParameters
:
boolean
;
company
:
string
;
developerName
:
string
;
initialNode
:
string
;
knowledgeDefinitions
:
null
;
modalityParameters
:
{
language
:
{
additionalLocales
:
[
]
;
allAdditionalLocales
:
boolean
;
defaultLocale
:
"en_US"
;
}
;
voice
:
{
inboundFillerWordsDetection
:
null
;
inboundModel
:
null
;
outboundModel
:
null
;
outboundSpeed
:
null
;
outboundStyleExaggeration
:
null
;
outboundVoice
:
null
;
}
;
}
;
nodes
:
{
actionDefinitions
:
[
]
;
afterReasoning
:
null
;
beforeReasoning
:
string
;
description
:
string
;
developerName
:
string
;
focusPrompt
:
string
;
instructions
:
string
;
label
:
string
;
onExit
:
null
;
onInit
:
null
;
postToolCall
:
null
;
preToolCall
:
null
;
reasoningType
:
string
;
tools
:
[
]
;
transitions
:
null
;
type
:
string
;
}
[]
;
plannerType
:
string
;
role
:
string
;
stateVariables
:
{
dataType
:
"string"
;
default
:
boolean
;
description
:
string
;
developerName
:
string
;
isList
:
boolean
;
label
:
string
;
visibility
:
"Internal"
;
}
[]
;
systemMessages
:
[
]
;
}
global
Configuration
globalConfiguration
:
{
agentType
:
string
;
contextVariables
:
[
]
;
defaultAgentUser
:
string
;
defaultOutboundRouting
:
string
;
description
:
string
;
developerName
:
string
;
enableEnhancedEventLogs
:
boolean
;
label
:
string
;
templateName
:
string
;
}
schema
Version
schemaVersion
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Version
global
Configuration
schema
Version
@salesforce/agents
Loading...