@salesforce/agents
Preparing search index...
types
AiEvaluationDefinition
Type Alias AiEvaluationDefinition
type
AiEvaluationDefinition
=
{
description
?:
string
;
name
:
string
;
subjectName
:
string
;
subjectType
:
"AGENT"
;
subjectVersion
?:
string
;
testCase
:
{
expectation
:
{
expectedValue
:
string
;
name
:
string
}
[]
;
inputs
:
{
utterance
:
string
}
;
}
[]
;
}
Index
Properties
description?
name
subject
Name
subject
Type
subject
Version?
test
Case
Properties
Optional
description
description
?:
string
name
name
:
string
subject
Name
subjectName
:
string
subject
Type
subjectType
:
"AGENT"
Optional
subject
Version
subjectVersion
?:
string
test
Case
testCase
:
{
expectation
:
{
expectedValue
:
string
;
name
:
string
}
[]
;
inputs
:
{
utterance
:
string
}
;
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
name
subject
Name
subject
Type
subject
Version
test
Case
@salesforce/agents
Loading...