# InteractionLoadingInput.getName

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Defined on: [InteractionLoadingInput](/reference/api/typescript/aspire.hosting/interactionloadinginput.md)
- Version: `13.5.0`
- Kind: `method`

Gets the name of the input.

## Definition

```typescript
interface InteractionLoadingInput {
  // ... omitted for brevity
  getName(): string;
}
```

## Signature

```typescript
getName(): string
```

## Returns

`string`

## Defined on

- [InteractionLoadingInput](/reference/api/typescript/aspire.hosting/interactionloadinginput.md) -- `handle`
