Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
InteractionStatusUpdate
Interface InteractionStatusUpdate
interface
InteractionStatusUpdate
{
event_id
?:
string
;
event_type
?:
"interaction.status_update"
;
interaction_id
?:
string
;
status
?:
|
"failed"
|
"completed"
|
"cancelled"
|
"in_progress"
|
"requires_action"
;
}
Index
Properties
event_
id?
event_
type?
interaction_
id?
status?
Properties
Optional
event_
id
event_id
?:
string
The event_id token to be used to resume the interaction stream, from this event.
Optional
event_
type
event_type
?:
"interaction.status_update"
Optional
interaction_
id
interaction_id
?:
string
Optional
status
status
?:
|
"failed"
|
"completed"
|
"cancelled"
|
"in_progress"
|
"requires_action"
Settings
Theme
OS
Light
Dark
On This Page
Properties
event_
id
event_
type
interaction_
id
status
@google/genai
Loading...
The event_id token to be used to resume the interaction stream, from this event.