다음을 통해 공유


AttachmentInputConfiguration interface

Extends

속성

outputFormat

상속된 속성

allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
disabled
id

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

invalidPrompt
maxTurnCount
prompt
property
telemetryClient

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

unrecognizedPrompt
validations
value

속성 세부 정보

outputFormat

outputFormat?: EnumProperty<AttachmentOutputFormat>

속성 값

상속된 속성 세부 정보

allowInterruptions

allowInterruptions?: BoolProperty

속성 값

InputDialogConfiguration.allowInterruptions 상속된

alwaysPrompt

alwaysPrompt?: BoolProperty

속성 값

InputDialogConfiguration.alwaysPrompt 상속된

defaultValue

defaultValue?: UnknownProperty

속성 값

InputDialogConfiguration.defaultValue 상속된

defaultValueResponse

defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

속성 값

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.defaultValueResponse 상속된

disabled

disabled?: BoolProperty

속성 값

InputDialogConfiguration.disabled 상속된

id

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

id?: string

속성 값

string

DialogConfiguration.id 상속된

invalidPrompt

invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

속성 값

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.invalidPrompt 상속된

maxTurnCount

maxTurnCount?: IntProperty

속성 값

InputDialogConfiguration.maxTurnCount 상속된

prompt

prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

속성 값

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.prompt 상속된

property

property?: StringProperty

속성 값

InputDialogConfiguration.property 상속된

telemetryClient

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

telemetryClient?: BotTelemetryClient

속성 값

BotTelemetryClient

DialogConfiguration.telemetryClient에서 상속된

unrecognizedPrompt

unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

속성 값

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.unrecognizedPrompt 상속된

validations

validations?: string[]

속성 값

string[]

InputDialogConfiguration.validations 상속된

value

value?: UnknownProperty

속성 값

InputDialogConfiguration.value 상속된