Skip to content
DocsTry Aspire
DocsTry

InteractionInputCollection Constructors

ClassConstructors1 member
A collection of interaction inputs that supports both indexed and name-based access.
Constructor(IReadOnlyList<InteractionInput>)Section titled Constructor(IReadOnlyList<InteractionInput>)
Initializes a new instance of the InteractionInputCollection class.
public sealed class InteractionInputCollection
{
public InteractionInputCollection(
IReadOnlyList<InteractionInput> inputs)
{
// ...
}
}
inputsIReadOnlyList<InteractionInput>The collection of interaction inputs to wrap.