Enum CallFlowDirection
The direction of the call flow.
Namespace: Microsoft.Bot.Builder.Enterprise.Core
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public enum CallFlowDirection
Fields
| Name | Description |
|---|---|
| Inbound | Call inbound to the bot. |
| Outbound | Call outbound from the bot. |