AttachmentInputConfiguration interface
- Extends
속성
| output |
상속된 속성
| allow |
|
| always |
|
| default |
|
| default |
|
| disabled | |
| id | 대화 상자의 정적 ID입니다. |
| invalid |
|
| max |
|
| prompt | |
| property | |
| telemetry |
대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다. |
| unrecognized |
|
| validations | |
| value |
속성 세부 정보
outputFormat
상속된 속성 세부 정보
allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
속성 값
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
disabled
id
대화 상자의 정적 ID입니다.
id?: string
속성 값
string
DialogConfiguration.id 상속된
invalidPrompt
invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
속성 값
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
maxTurnCount
prompt
prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
속성 값
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
property
telemetryClient
대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다.
telemetryClient?: BotTelemetryClient
속성 값
BotTelemetryClient
DialogConfiguration.telemetryClient에서 상속된
unrecognizedPrompt
unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
속성 값
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
validations
validations?: string[]
속성 값
string[]