## isMedicationCartManageResponse() function

Type guard: validates a cart-management bot response.

**Signature:**

```typescript
export declare function isMedicationCartManageResponse(value: unknown): value is MedicationCartManageResponse;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | unknown | Unknown bot JSON payload. |

**Returns:**

value is [MedicationCartManageResponse](/content/docs/sdk/core.medicationcartmanageresponse)

True when the value matches [MedicationCartManageResponse](/content/docs/sdk/core.medicationcartmanageresponse).
