Interface CreateAssistantCommandOutput

The output of CreateAssistantCommand.

interface CreateAssistantCommandOutput {
    $metadata: ResponseMetadata;
    assistant: Assistant;
}

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

assistant: Assistant

The assistant that was created.