Sets the prompt for choices.
$this
public function setPrompt(string $prompt) : static { $this->prompt = $prompt; return $this; }