Type Alias GetAssistantThreadInteractionsHttpResponse

type GetAssistantThreadInteractionsHttpResponse = {
    data: InteractionsResult;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<GetAssistantThreadInteractionsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<GetAssistantThreadInteractionsHttpResponse>;
    status: 200;
}
Index

Properties

headers: Headers
next?: (
    options?: ApiCallOptions,
) => Promise<GetAssistantThreadInteractionsHttpResponse>
prev?: (
    options?: ApiCallOptions,
) => Promise<GetAssistantThreadInteractionsHttpResponse>
status: 200