Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-activity
Entity
Interface Entity
Represents a generic Entity.
interface
Entity
{
type
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
Entity
AIEntity
Indexable
[
key
:
string
]:
unknown
Additional properties of the entity.
Index
Properties
type
Properties
type
type
:
string
The type of the entity.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
Documentation - v1.2.0-alpha.3
Loading...
Represents a generic Entity.