Member Junction
Preparing search index...
@memberjunction/ng-conversations
ActiveTask
Interface ActiveTask
Represents an active agent task that is currently running
interface
ActiveTask
{
agentId
?:
string
;
agentName
:
string
;
agentRunId
?:
string
;
conversationDetailId
?:
string
;
conversationId
?:
string
;
conversationName
?:
string
|
null
;
id
:
string
;
relatedMessageId
:
string
;
startTime
:
number
;
status
:
string
;
}
Index
Properties
agent
Id?
agent
Name
agent
Run
Id?
conversation
Detail
Id?
conversation
Id?
conversation
Name?
id
related
Message
Id
start
Time
status
Properties
Optional
agent
Id
agentId
?:
string
agent
Name
agentName
:
string
Optional
agent
Run
Id
agentRunId
?:
string
Optional
conversation
Detail
Id
conversationDetailId
?:
string
Optional
conversation
Id
conversationId
?:
string
Optional
conversation
Name
conversationName
?:
string
|
null
id
id
:
string
related
Message
Id
relatedMessageId
:
string
start
Time
startTime
:
number
status
status
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
agent
Name
agent
Run
Id
conversation
Detail
Id
conversation
Id
conversation
Name
id
related
Message
Id
start
Time
status
Member Junction
Loading...
Represents an active agent task that is currently running