Marcus Kohnert
Marcus Kohnert
**Describe the bug** I'm using the [EventBase.ParseEvent](https://github.com/Vonage/vonage-dotnet-sdk/blob/e3b8506dd476154c617396167c95c09dfe517708/Vonage/Voice/EventWebhooks/EventBase.cs#L16) method to parse the received webhook events. **Expected behaviour:** The method is able to parse a Completed event send by Vonage. ```json {...
**Describe the bug** The documentation of the property [StartOnEnter](https://github.com/Vonage/vonage-dotnet-sdk/blob/a404398fb38d2808c60b9dcc9545b8a1c812e348/Vonage/Voice/Nccos/ConversationAction.cs#L74) says that `The default value of true ensures that [...]`. If an instance of type `ConversationAction` is instantiated via the default...