@salesforce/agents
Preparing search index...
types
CreateAgentScriptResponse
Type Alias CreateAgentScriptResponse
The response from the API call to create an AgentScript.
type
CreateAgentScriptResponse
=
{
agentScriptContent
?:
AgentScriptContent
;
errorMessage
?:
string
;
isSuccess
:
boolean
;
}
Index
Properties
agent
Script
Content?
error
Message?
is
Success
Properties
Optional
agent
Script
Content
agentScriptContent
?:
AgentScriptContent
Optional
error
Message
errorMessage
?:
string
is
Success
isSuccess
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Script
Content
error
Message
is
Success
@salesforce/agents
Loading...
The response from the API call to create an AgentScript.