### YamlMime:UniversalReference
items:
  - uid: botbuilder.WebResponse
    name: WebResponse
    fullName: WebResponse
    children:
      - botbuilder.WebResponse.end
      - botbuilder.WebResponse.send
    langs:
      - typeScript
    type: interface
    summary: Express or Restify Response object.
    package: botbuilder
  - uid: botbuilder.WebResponse.end
    name: end
    children: []
    type: method
    langs:
      - typeScript
    summary: ''
    syntax:
      content: 'function end(args: any[])'
      parameters:
        - id: args
          type:
            - 'any[]'
          description: ''
      return:
        type:
          - any
  - uid: botbuilder.WebResponse.send
    name: send
    children: []
    type: method
    langs:
      - typeScript
    summary: ''
    syntax:
      content: 'function send(status: number, body?: any)'
      parameters:
        - id: status
          type:
            - number
          description: ''
        - id: body
          type:
            - any
          description: ''
          optional: true
      return:
        type:
          - any
