Skip to content

Commit

Permalink
Merge pull request #36 from Bandwidth/task/update-machine-detection-name
Browse files Browse the repository at this point in the history
DX-2243 Update Machine Detection Model Name
  • Loading branch information
ajrice6713 authored Sep 28, 2021
2 parents 975f6be + 0b45d11 commit fd58108
Show file tree
Hide file tree
Showing 5 changed files with 616 additions and 608 deletions.
4 changes: 2 additions & 2 deletions Bandwidth.Standard/Voice/Models/CreateCallRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public CreateCallRequest(
string disconnectUrl = null,
Models.DisconnectMethodEnum? disconnectMethod = null,
string tag = null,
Models.MachineDetectionRequest machineDetection = null)
Models.MachineDetectionConfiguration machineDetection = null)
{
this.From = from;
this.To = to;
Expand Down Expand Up @@ -432,7 +432,7 @@ public string Tag
/// Gets or sets MachineDetection.
/// </summary>
[JsonProperty("machineDetection", NullValueHandling = NullValueHandling.Ignore)]
public Models.MachineDetectionRequest MachineDetection { get; set; }
public Models.MachineDetectionConfiguration MachineDetection { get; set; }

/// <inheritdoc/>
public override string ToString()
Expand Down
Loading

0 comments on commit fd58108

Please sign in to comment.