Action.Parameters Property

Definition

The parameters for the action.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.ActionParameter> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.Bot.Builder.Luis.Models.ActionParameter> with get, set
Public Property Parameters As IList(Of ActionParameter)

Property Value

Applies to