Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PromptAttempt

import type { PromptAttempt } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The attempt name of attempts of a prompt.

type PromptAttempt =
| "Initial"
| "Retry1"
| "Retry2"
| "Retry3"
| "Retry4"
| "Retry5"

§Type

§
"Initial" | "Retry1" | "Retry2" | "Retry3" | "Retry4" | "Retry5" | cmnP.UnexpectedEnumValue
[src]