Enum EnterpriseResponseType
Type of responses returned to the bot
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public enum EnterpriseResponseType
  Fields
| Name | Description | 
|---|---|
| Accepted | The request was accepted or processed.  | 
      
| BadRequest | The request was semantically/syntactically invalid.  | 
      
| InternalServerError | The request resulted in an internal server error.  | 
      
| NotFound | The call for the incoming callback or notification is no longer active.  | 
      
| Unauthorized | The request was not authorized by the callee.  |