@salesforce/agents
Preparing search index...
types
CreateAgentResponse
Type Alias CreateAgentResponse
The response from the
create-af-script
API.
type
CreateAgentResponse
=
{
agentString
?:
AgentString
;
errorMessage
?:
string
;
isSuccess
:
boolean
;
}
Index
Properties
agent
String?
error
Message?
is
Success
Properties
Optional
agent
String
agentString
?:
AgentString
Optional
error
Message
errorMessage
?:
string
is
Success
isSuccess
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
String
error
Message
is
Success
@salesforce/agents
Loading...
The response from the
create-af-script
API.