Skip to content

Commit

Permalink
Merge branch 'main' into feat/test-url-resolution-and-add-br-region-t…
Browse files Browse the repository at this point in the history
…o-conversation
  • Loading branch information
Dovchik authored Oct 21, 2024
2 parents e0f4151 + 4aaf35e commit de4209c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Sinch/Voice/Calls/Instructions/PlayFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ public sealed class PlayFiles : IInstruction
/// https://developers.sinch.com/docs/voice/api-reference/voice/voice-locales
/// </summary>
[JsonPropertyName("locale")]
#if NET7_0_OR_GREATER
public required string Locale { get; set; }
#else
public string Locale { get; set; } = null!;
#endif
public string? Locale { get; set; }

public string Name { get; } = "playFiles";


Expand Down

0 comments on commit de4209c

Please sign in to comment.