# InteractionInput Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [InteractionInput](/reference/api/csharp/aspire.hosting/interactioninput.md)
- Kind: `Constructors`
- Members: `1`

Represents an input for an interaction.

## InteractionInput

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/IInteractionService.cs#L270)

```csharp
public sealed class InteractionInput
{
    public InteractionInput()
    {
        // ...
    }
}
```
