다음을 통해 공유


AdaptiveDialogConfiguration interface

Extends

DialogConfiguration

속성

autoEndDialog
defaultResultProperty
dialogs
generator
recognizer
schema
selector
triggers

상속된 속성

id

대화 상자의 정적 ID입니다.

telemetryClient

대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다.

속성 세부 정보

autoEndDialog

autoEndDialog?: BoolProperty

속성 값

defaultResultProperty

defaultResultProperty?: string

속성 값

string

dialogs

dialogs?: string[] | Dialog[] | DialogSet

속성 값

string[] | Dialog[] | DialogSet

generator

generator?: string | LanguageGenerator

속성 값

recognizer

recognizer?: string | Recognizer

속성 값

string | Recognizer

schema

schema?: unknown

속성 값

unknown

selector

selector?: TriggerSelector

속성 값

triggers

triggers?: OnCondition[]

속성 값

상속된 속성 세부 정보

id

대화 상자의 정적 ID입니다.

id?: string

속성 값

string

DialogConfiguration.id 상속된

telemetryClient

대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다.

telemetryClient?: BotTelemetryClient

속성 값

BotTelemetryClient

DialogConfiguration.telemetryClient에서 상속된