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

InitialResponseSetting

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

Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.

interface InitialResponseSetting {
conditional?: ConditionalSpecification | null;
initialResponse?: ResponseSpecification | null;
nextStep?: DialogState | null;
}

§Properties

§
conditional?: ConditionalSpecification | null
[src]
§
initialResponse?: ResponseSpecification | null
[src]
§
nextStep?: DialogState | null
[src]

The next step in the conversation.