Documentation - v1.5.0-beta.6
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.5.0-beta.6
Loading...
Represents a Fact.