Enum EnterpriseRequestType
The type of request for the platform request.
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public enum EnterpriseRequestType
  Fields
| Name | Description | 
|---|---|
| InboundCall | Inbound call request type.  | 
      
| InboundCallback | Inbound callback request type.  | 
      
| InboundNotification | Inbound notification request type.  | 
      
| Outbound | Outbound request type.  |