| Package | Description |
|---|---|
| ai.z.openapi.service.realtime | |
| ai.z.openapi.service.realtime.client |
| Modifier and Type | Method and Description |
|---|---|
static RealtimeClientEvent |
JasonUtil.fromJsonToClientEvent(String json)
Converts JSON string to RealtimeClientEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OkHttpRealtimeClient.sendMessage(RealtimeClientEvent clientEvent) |
static String |
JasonUtil.toJsonFromClientEvent(RealtimeClientEvent event)
Converts RealtimeClientEvent object to JSON string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConversationItemCreate
Client event for creating a new item in the conversation.
|
class |
ConversationItemDelete
Client event for deleting an item from the conversation history.
|
class |
ConversationItemTruncate |
class |
InputAudioBufferAppend
Client event for appending audio data to the input audio buffer.
|
class |
InputAudioBufferClear
Client event for clearing the input audio buffer.
|
class |
InputAudioBufferCommit |
class |
InputAudioBufferPreCommit |
class |
InputVideoBufferAppend |
class |
ResponseCancel
Client event for canceling an ongoing response generation.
|
class |
ResponseCreate
Client event to trigger the server to create a response through model inference.
|
class |
SessionUpdate
Client event for updating session configuration.
|
Copyright © 2025. All rights reserved.