QuickCommandsUpdateRequest: {
    custom_inputs?: CustomInputRequest[] | null;
    description?: string | null;
    final_result?: string | null;
    flow?: object | null;
    knowledge_source_slugs?: string[] | null;
    name?: string | null;
    preserve_conversation?: boolean;
    return_type?: QuickCommandsReturnType | null;
    steps?:
        | (QuickCommandsStepFetchRequest | QuickCommandsStepPromptRequest)[]
        | null;
}

Type declaration