### 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
