> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.AssistantActionCallFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AssistantActionCallFrame

```typescript
AssistantActionCallFrame: FrameBase<"assistant-action-call"> & {
    actionId: string;
    commandInvocation?: string;
    input?: unknown;
    requestId: string;
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)

#### Type Declaration

*   ##### actionId: string
    
*   ##### `Optional`commandInvocation?: string
    
    Project-visible opaque selector attached by the scoped SDK. The host must reauthorize every exact leaf; possession alone grants nothing.
    
*   ##### `Optional`input?: unknown
    
*   ##### requestId: string
