type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
40 lines (39 loc) • 960 B
YAML
### YamlMime:UniversalReference
items:
- uid: botbuilder.BotFrameworkAdapterSettings
name: BotFrameworkAdapterSettings
fullName: BotFrameworkAdapterSettings
children:
- botbuilder.BotFrameworkAdapterSettings.appId
- botbuilder.BotFrameworkAdapterSettings.appPassword
langs:
- typeScript
type: interface
summary: Bot Framework Adapter Settings.
package: botbuilder
- uid: botbuilder.BotFrameworkAdapterSettings.appId
name: appId
fullName: appId
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'appId: string'
return:
type:
- string
- uid: botbuilder.BotFrameworkAdapterSettings.appPassword
name: appPassword
fullName: appPassword
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'appPassword: string'
return:
type:
- string