Interface GetAssistantCommandInput

The input for GetAssistantCommand.

interface GetAssistantCommandInput {
    assistantId: string;
}

Hierarchy (View Summary)

Properties

Properties

assistantId: string

The identifier of the assistant you wish to retrieve.