Share via


InteractionInput.Options Property

Definition

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))

Property Value

Applies to