# 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/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/IInteractionService.cs#L264)

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