InteractionInput.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the options for the input. Only used by Choice inputs.
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,string>>? Options { get; set; }
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,string>>? Options { get; init; }
member this.Options : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property Options As IReadOnlyList(Of KeyValuePair(Of String, String))