Interface CreateAssistantResponse

interface CreateAssistantResponse {
    assistant: Assistant;
}

Hierarchy (View Summary)

Properties

Properties

assistant: Assistant

The assistant that was created.