Interface GetAssistantResponse

interface GetAssistantResponse {
    assistant: Assistant;
}

Hierarchy (View Summary)

Properties

Properties

assistant: Assistant

The retrieved assistant.