Member Junction
Preparing search index...
@memberjunction/conversations-runtime
Mention
Interface Mention
A single parsed mention.
interface
Mention
{
configurationId
?:
string
;
id
:
string
;
name
:
string
;
type
:
"agent"
|
"user"
|
"entity"
|
"query"
|
"skill"
;
}
Index
Properties
configuration
Id?
id
name
type
Properties
Optional
configuration
Id
configurationId
?:
string
Configuration preset ID — agent mentions only.
id
id
:
string
name
name
:
string
type
type
:
"agent"
|
"user"
|
"entity"
|
"query"
|
"skill"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration
Id
id
name
type
Member Junction
Loading...
A single parsed mention.