Enum EnterpriseOperationType
The type of operation for the platform request.
Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public enum EnterpriseOperationType
  Fields
| Name | Description | 
|---|---|
| Create | Create operation.  | 
      
| Delete | Delete operation.  | 
      
| Get | Get operation.  | 
      
| Update | Update operation.  |