type2docfx
Version:
A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
41 lines (40 loc) • 894 B
YAML
### YamlMime:UniversalReference
items:
- uid: botbuilder.InvokeResponse
name: InvokeResponse
fullName: InvokeResponse
children:
- botbuilder.InvokeResponse.body
- botbuilder.InvokeResponse.status
langs:
- typeScript
type: interface
summary: Response object expected to be sent in response to an `invoke` activity.
package: botbuilder
- uid: botbuilder.InvokeResponse.body
name: body
fullName: body
children: []
langs:
- typeScript
type: property
summary: ''
optional: true
syntax:
content: 'body?: any'
return:
type:
- any
- uid: botbuilder.InvokeResponse.status
name: status
fullName: status
children: []
langs:
- typeScript
type: property
summary: ''
syntax:
content: 'status: number'
return:
type:
- number