@jambonz/sdk
Preparing search index...
index
AgentTurnEndEvent
Interface AgentTurnEndEvent
Payload for agent:event turn_end messages.
interface
AgentTurnEndEvent
{
type
:
"turn_end"
;
transcript
:
string
;
response
:
string
;
interrupted
:
boolean
;
latency
:
AgentTurnLatency
;
}
Index
Properties
type
transcript
response
interrupted
latency
Properties
type
type
:
"turn_end"
transcript
transcript
:
string
response
response
:
string
interrupted
interrupted
:
boolean
latency
latency
:
AgentTurnLatency
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
transcript
response
interrupted
latency
@jambonz/sdk
Loading...
Payload for agent:event turn_end messages.