Interface GetAssistantCommandOutput

The output of GetAssistantCommand.

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

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

assistant: Assistant

The retrieved assistant.