Skip to content

Commit

Permalink
Add SearchInvoke Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Oct 23, 2024
1 parent febe212 commit 4b305c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libraries/Microsoft.Bot.Schema/SearchInvokeValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,14 @@ public class SearchInvokeValue
/// </value>
[JsonProperty("context")]
public object Context { get; set; }

/// <summary>
/// Gets or sets the dataset to be queried to get the choices.
/// </summary>
/// <value>
/// The dataset of this search invoke action value.
/// </value>
[JsonProperty("dataset")]
public string Dataset { get; set; }
}
}

0 comments on commit 4b305c3

Please sign in to comment.