Interface EventServiceAsync
-
- All Implemented Interfaces:
public interface EventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventServiceAsync.WithRawResponseA view of EventServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract EventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract EventServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<EventListPageAsync> list(String threadId, EventListParams params)
List Session Thread Events
-
list
CompletableFuture<EventListPageAsync> list(String threadId, EventListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EventListPageAsync> list(EventListParams params)
-
list
abstract CompletableFuture<EventListPageAsync> list(EventListParams params, RequestOptions requestOptions)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionThreadEvents> streamStreaming(String threadId, EventStreamParams params)
Stream Session Thread Events
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionThreadEvents> streamStreaming(String threadId, EventStreamParams params, RequestOptions requestOptions)
-
streamStreaming
AsyncStreamResponse<BetaManagedAgentsStreamSessionThreadEvents> streamStreaming(EventStreamParams params)
-
streamStreaming
abstract AsyncStreamResponse<BetaManagedAgentsStreamSessionThreadEvents> streamStreaming(EventStreamParams params, RequestOptions requestOptions)
-
-
-
-