8 lines
178 B
C#
8 lines
178 B
C#
namespace BotSharp.Plugin.Twilio.OutboundPhoneCallHandler.Enums
|
|
{
|
|
public class UtilityName
|
|
{
|
|
public const string OutboundPhoneCall = "twilio-phone-call";
|
|
}
|
|
}
|