Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-hosting
Fact
Interface Fact
Represents a Fact.
interface
Fact
{
key
:
string
;
value
:
string
;
}
Index
Properties
key
value
Properties
key
key
:
string
The key of the fact.
value
value
:
string
The value of the fact.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
value
Documentation - v1.2.0-alpha.3
Loading...
Represents a Fact.