@salesforce/agents
Preparing search index...
types
TestCase
Type Alias TestCase
type
TestCase
=
{
contextVariables
?:
{
name
:
string
;
value
:
string
}
[]
;
customEvaluations
?:
{
label
:
string
;
name
:
string
;
parameters
:
(
|
{
isReference
:
false
;
name
:
"operator"
;
value
:
string
}
|
{
isReference
:
true
;
name
:
"actual"
;
value
:
string
}
|
{
isReference
:
boolean
;
name
:
"expected"
;
value
:
string
}
)
[]
;
}
[]
;
expectedActions
:
string
[]
|
undefined
;
expectedOutcome
:
string
|
undefined
;
expectedTopic
:
string
|
undefined
;
metrics
?:
typeof
metric
[
number
]
[]
;
utterance
:
string
;
}
Index
Properties
context
Variables?
custom
Evaluations?
expected
Actions
expected
Outcome
expected
Topic
metrics?
utterance
Properties
Optional
context
Variables
contextVariables
?:
{
name
:
string
;
value
:
string
}
[]
Optional
custom
Evaluations
customEvaluations
?:
{
label
:
string
;
name
:
string
;
parameters
:
(
|
{
isReference
:
false
;
name
:
"operator"
;
value
:
string
}
|
{
isReference
:
true
;
name
:
"actual"
;
value
:
string
}
|
{
isReference
:
boolean
;
name
:
"expected"
;
value
:
string
}
)
[]
;
}
[]
expected
Actions
expectedActions
:
string
[]
|
undefined
expected
Outcome
expectedOutcome
:
string
|
undefined
expected
Topic
expectedTopic
:
string
|
undefined
Optional
metrics
metrics
?:
typeof
metric
[
number
]
[]
utterance
utterance
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
Variables
custom
Evaluations
expected
Actions
expected
Outcome
expected
Topic
metrics
utterance
@salesforce/agents
Loading...