Interface UpdateAssistantCommandOutput

The output of UpdateAssistantCommand.

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

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

assistant: Assistant

The updated assistant.